Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 21, 2024
1 parent c46bf17 commit ace34db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ A simple Telegram chatbot to suggest who will order the lunch today!

## development

* You need to set the env var `BOT_TOKEN` and `CHAT_ID`.
* Run the app using `python main.py`.
* Enjoy!
1. Create bot using telegram [@botfather](https://telegram.me/BotFather)
see [How to get Telegram Bot Chat ID](https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a)
2. You need to set the env var `BOT_TOKEN` and `CHAT_ID`. (you get from previous step)
3. Run the app using `python main.py`.
4. enjoy

> This app uses [telebot](https://github.com/mhewedy/telebot)

0 comments on commit ace34db

Please sign in to comment.