Skip to content

Commit

Permalink
Add info to README on how to get the chat ID
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Dec 14, 2018
1 parent 0b54553 commit bc1eb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -62,5 +62,6 @@ You'll have to setup a few things

- Create a Telegram bot using @BotFather and get the API key, and message ID with you
- Provide those values using `TELEGRAM_TOKEN` and `TELEGRAM_CHAT_ID`
- To get the `TELEGRAM_CHAT_ID`, send a message to your bot and then access the following URL in your browser `https://api.telegram.org/bot[TELEGRAM_TOKEN]/getUpdates`. You'll see a message, and within that, the Chat ID to use
- And host it on any server, like Heroku, and use the Heroku scheduler feature to call `rake morning`, `rake noon` and `rake evening`
- Make sure to enable the Heroku worker is enabled

0 comments on commit bc1eb92

Please sign in to comment.