Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoWorms authored Nov 16, 2023
1 parent dc62051 commit 656d5d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ The smartest ape in the jungle
- run locally with docker, or: `pip install -r "requirements.txt"` then `python bot.py`
- or deploy to cloud with https://fly.io: `flyctl deploy --ha=false` (atm the script only supports 1 machine, check the example [`fly.toml`](./fly.toml))
- add bot in a group and use `/add_group groupid` to whitelist it and the bot is ready to answer questions with `/prompt` whenever you want

### 5. Configure the bot

- `/add_admin your_id` to add yourself as an admin
- `/add_group group_id` to add a new group with rate limiting of 10 messages/day

0 comments on commit 656d5d9

Please sign in to comment.