/TraBento-linebot

Taiwan Railways Administration Bento (Unofficial)

Primary LanguageRubyMIT LicenseMIT

TraBento-linebot

Taiwan Railways Administration Bento (Unofficial)

台鐵訂便當 Bot

Line bot:@jhp8774x


介紹


基本設定

設定 Heroku

git push heroku master

設定Line SECRET and TOKEN to Heroku

從這邊https://developers.line.me/後台找到 Channel Secret, Channel Access Token 加入Heroku

heroku config:set LINE_CHANNEL_SECRET=<Channel Secret>
heroku config:set LINE_CHANNEL_TOKEN=<Channel Access Token>

在Heroku 增加 Redis 功能

heroku plugins:install heroku-redis

設定 Heroku 網址

heroku config:set BASE_URL=https://<HEROKU_APP>.herokuapp.com/

感謝

Copyright / License

  • Copyright (c) 2017 jiunjiun (quietmes At gmail.com)
  • Licensed under MIT licenses.