0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Idobata adapter for Ruboty.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

 Project Readme

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.