Skip to content

ruby-jp/ruboty-ruby-jp

Repository files navigation

Ruboty ruby-jp

Ruboty for ruby-jp slack workspace.

Development

$ bundle install
$ REDIS_URL=redis://localhost:6379/ RUBOTY_CLI=1 bundle exec ruby main.rb
> ruboty ping
pong

If you have docker environment, also can development by run below command

$ docker compose build
$ docker compose run --rm ruboty
> ruboty ping
pong

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ruby-jp/ruboty-ruby-jp. 日本語でもokです

Deployment

ruboty-ruby-jp is running on Heroku. It requires the following environment variables.

  • GOOGLE_CSE_ID
  • GOOGLE_CSE_KEY
  • REDIS_URL
  • SLACK_AUTO_RECONNECT=1
  • SLACK_TOKEN
  • TWITTER_CONSUMER_KEY
  • TWITTER_CONSUMER_SECRET
  • YAHOO_JAPAN_APP_ID

License

These codes are licensed under CC0.

CC0