Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

hanachin/ruboty-idobata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruboty::Idobata

Idobata adapter for Ruboty. ruboty-idobata requires Ruby 2.1 or later.

Usage

Get your idobata bots api token

# Gemfile
gem 'ruboty-idobata'

ENV

    IDOBATA_URL                    - Idobata url
    IDOBATA_PUSHER_KEY             - Idobata's pusher key
    IDOBATA_API_TOKEN              - Idobata bots api token

Screenshot

SS

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

  1. Fork it ( http://github.com/hanachin/ruboty-idobata/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

License

Copyright © 2014-2015 Seiei Miyagi

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