ItunesTweet

Tweet Playing Music in iTunes.

Platform

OSX 10.10~

Installation

Add this line to your application's Gemfile:

gem 'itunestweet'

And then execute:

$ bundle

Or install it yourself as:

$ gem install itunestweet

Add your .bashrc or .zshrc.

## Twitter API keys
export IT_CONSUMER_KEY="CONSUMER_KEY"
export IT_CONSUMER_SECRET="CONSUMER_SECRET"
export IT_ACCESS_TOKEN="ACCESS_TOKEN"
export IT_ACCESS_SECRET="ACCESS_SECRET"

Usage

Click Terminal.app , And Execute Command.

$ itunestweet

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ayase-skyhigh/itunestweet.

License

The gem is available as open source under the terms of the MIT License.