/ruboty-chatwork

ChatWork adapter for Ruboty.

Primary LanguageRubyMIT LicenseMIT

Ruboty::Chatwork

Chatwork adapter for Ruboty.

Usage

Get your ChatWork API Token

# Gemfile
gem 'ruboty-chatwork'

ENV

CHATWORK_API_TOKEN             - ChatWork API Token
CHATWORK_ROOM                  - ChatWork Room ID
CHATWORK_API_RATE              - ChatWork API Rate(Requests per Hour)

Contributing

  1. Fork it ( http://github.com/mhag/ruboty-chatwork/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request