Chatwork adapter for Ruboty.
Get your ChatWork API Token
# Gemfile
gem 'ruboty-chatwork'
CHATWORK_API_TOKEN - ChatWork API Token
CHATWORK_ROOM - ChatWork Room ID
CHATWORK_API_RATE - ChatWork API Rate(Requests per Hour)
- Fork it ( http://github.com/mhag/ruboty-chatwork/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 new Pull Request