Ruboty::Idobata
Idobata adapter for Ruboty. ruboty-idobata requires Ruby 2.1 or later.
Usage
Get your idobata bots api token
- from organization setting page: https://idobata.io/#/organization/YOUR_ORGANIZATION/bots
- or room setting page: https://idobata.io/#/organization/YOUR_ORGANIZATION/room/YOUR_ROOM/settings
# Gemfile
gem 'ruboty-idobata'
ENV
IDOBATA_URL - Idobata url
IDOBATA_PUSHER_KEY - Idobata's pusher key
IDOBATA_API_TOKEN - Idobata bots api token
Screenshot
Notice: The default robot name is ruboty
, so if you want to use another name(e.x. ellen
), you must be set ROBOT_NAME
environment variable.
Contributing
- Fork it ( http://github.com/hanachin/ruboty-idobata/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
License
Copyright © 2014-2015 Seiei Miyagi
The gem is available as open source under the terms of the MIT License.