Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy authored May 23, 2024
1 parent 4c0076e commit 5d10f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A simple Telegram chatbot to suggest who will order the lunch today!
2. Create a telegram group, add the bot to the group, and make it admin
3. You need to set the env var `BOT_TOKEN` and `CHAT_ID`. (you get from previous steps, where `CHAT_ID` should refer to the group created in prev step)
4. Run the app using `python main.py`.
5. start sending commands in the group (e.g. `/help`), the bot will detect food names as well (using chatgpt)
5. Start sending commands in the group (e.g. `/help`), the bot will detect food names as well (using chatgpt)
6. Enjoy!

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

0 comments on commit 5d10f2c

Please sign in to comment.