Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/linebot-6th
https://github.com/megane42/linebot-6th
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/megane42/linebot-6th
- Owner: megane42
- Created: 2018-10-22T16:41:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T14:29:10.000Z (about 6 years ago)
- Last Synced: 2024-11-07T22:13:03.478Z (about 2 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linebot-6th
## これは何?
[シンデレラガールズ 6th ライブ](https://idolmaster.jp/event/cinderella6th.php) の出演者情報を教えてくれる **非公式** LINE bot です。
![ios](https://user-images.githubusercontent.com/8451003/47545740-d4635900-d928-11e8-8d19-5a13017b31af.png)
## 友達登録
![qrcode](https://user-images.githubusercontent.com/8451003/47545852-610e1700-d929-11e8-968a-f74c11d69818.png)
## 内輪向け 発表資料
* https://qiita.com/megane42/private/a97f298082dbc7814b0d
## 開発者向け(= 自分向け)メモ
### Heroku アプリ作成(初回のみ)
```bash
heroku create linebot-6th
```### 環境変数登録
```bash
heroku config:set LINE_CHANNEL_SECRET=mojamoja
heroku config:set LINE_CHANNEL_TOKEN=mojamoja
```### デプロイ
```bash
git push heroku master
```