You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README): update bot description and setup instructions
- Added a description of the bot's personality and purpose, highlighting its connection to Matrix and Python themes.
- Updated setup instructions to include optional steps for setting the bot name and description via @Botfather.
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Official Telegram bot for the main Italian Python group and local sub-groups in Italy.
4
4
5
+
**Electus** — named after Neo's Latin epithet ("the chosen one") from The Matrix. The bot personality blends Matrix and Python themes, guiding users through verification and community moderation in Italian.
6
+
5
7
## Features
6
8
7
9
-**Welcome captcha**: New members must read a rules file and send a secret command to the bot in private chat before they can post in the group
@@ -32,12 +34,16 @@ Official Telegram bot for the main Italian Python group and local sub-groups in
32
34
# Edit .env and set TELEGRAM_BOT_TOKEN
33
35
```
34
36
35
-
4. If using PostgreSQL (`DATABASE_URL` set), create the schema:
37
+
4. (Optional) Set the bot name and description in [@BotFather](https://t.me/BotFather):
38
+
-`/setname` → `Electus`
39
+
-`/setdescription` → `Guardiano della comunità Python Italia`
40
+
41
+
5. If using PostgreSQL (`DATABASE_URL` set), create the schema:
0 commit comments