Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Twitter Growl notify

ツイートを Growl で通知する。

準備

  1. rbenv で Ruby 2.3.5 をインストールする。

    $ rbenv install 2.3.5
  2. リポジトリをクローンする。

    $ git clone git@github.com:halringo/twitter-growl-notify.git
    $ cd twitter-growl-notify
  3. Bundler をインストールする。

    $ gem install bundler
  4. bundle install を実行する。

    $ bundle install --path vendor/bundle
  5. Twitter の Application Management でアプリケーションを登録する。

  6. 登録したアプリケーションの Consumer Key や Access Token を secret.yml に書く。

実行

$ bundle exec ruby streaming.rb

RuboCop

$ bundle exec rubocop

About

ツイートを Growl で通知する。

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.