- I recommend use
Gemfile
,bundle install --path vendor/bundle
andbundle exec ruboty
$ gem install ruboty
$ gem install ruboty-chatwork
$ gem install dotenv
$ gem install ruboty-google_image
$ gem install foreman
$ gem install mechanize
$ etc...
- you must edit
.env
file- refer
sample.env
- refer
- you must edit the name and the account id of chat members in
config/users_info.yml
- you can edit it not manually but automatically by
chatwork-ruby
- you can edit it not manually but automatically by
$ ruboty --load load_chatwork_ruboty.rb --dotenv
if load_chatwork_ruboty.rb
renames to ruboty.rb
, collision occurs
- You can create your own bots!
- add your handler files in
handlers/*.rb
- handler files are auto loaded when exec
Ruboty
- add your handler files in
- You can include your
Ruby
logic!- add your codes in
lib/
- add your codes in
- per one execution, you can operate a bot in ONE room
- if you wanna operate multi bots, exec multi Ruboty
- CAUTION: be careful of rate limits...
- if you wanna operate multi bots, exec multi Ruboty
- about above, I send Pull Request!