Ruboty::Adapters::TwitterDirectMessage
A Ruboty adapter, which reacts to Twitter direct messages.
Usage
# Gemfile
gem 'ruboty-adapters-twitter_direct_message'
ENV
TWITTER_ACCESS_TOKEN - Twitter access token
TWITTER_ACCESS_TOKEN_SECRET - Twitter access token secret
TWITTER_CONSUMER_KEY - Twitter consumer key (a.k.a. API key)
TWITTER_CONSUMER_SECRET - Twitter consumer secret (a.k.a. API secret)
Contributing
- Fork it ( https://github.com/[my-github-username]/ruboty-adapters-twitter_direct_message/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request