LoginSignup
7
8

More than 5 years have passed since last update.

slackで動かしているrubotyを紹介する

Posted at

rubotyは、Heroku Deploy Buttonがありますので、簡単にデプロイ出来ます。ハマった点としては、dynoを一旦動かした後に、0に戻す動作が必要だったことです。

以下、rubotyで動かしているプラグインです。便利です。

Gemfile
source "https://rubygems.org"

gem "rake"
gem "ruboty-alias"
gem "ruboty-cron"
gem "ruboty-google_image"
gem "ruboty-redis"
gem "ruboty-slack"
gem "ruboty-talk"
gem "ruboty-syoboi_calendar"
gem "ruboty-qiita_scouter"
$ gem i bundler 
$ bundle
$ heroku config:add DOCOMO_API_KEY="xxx"
$ heroku config:add DOCOMO_CHARACTER_ID="1"
> @rrbot テスト
> テストですか?
> @rrbot list anime
> @rrbot qiita scouter tbpgr
ユーザー名: tbpgr 戦闘力: 218544 攻撃力: 27840 知力: 183860 すばやさ: 6844
7
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
8