Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 28, 2024
1 parent ada184e commit 24b9a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ A simple Telegram chatbot to suggest who will order the lunch today!
3. 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. Optionally, if you need to persist the data between restarts, configure `VOLUME_ROOT_FS` to point to path of some
persistent volume (block or network storage)
5. Run the app using `BOT_TOKEN=<bot_token> CHAT_ID=<chat_id> python main.py`.
6. Start sending commands in the group (e.g. `/help`), the bot will detect food names as well (using chatgpt)
persistent volume (block or network storage).
5. Run the app using `BOT_TOKEN=<bot_token> CHAT_ID=<chat_id> python main.py`
6. Start sending commands in the group (e.g. `/help`), the bot will detect food names as well (using chatgpt).
7. Enjoy!

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

0 comments on commit 24b9a30

Please sign in to comment.