I rewrote the bot in Folds. The source code is now in the Folds repo.
Avatar Emoji Bot uses the new custom emoji feature. It generates an emoji pack of group members’ rounded avatars.
- When added to group, generates a pack.
- When
/updatecommand is used in the group, regenerates the pack. - Replies to private messages with an 'Add me to group' button
You need Python 3.11 and Poetry installed.
-
Create a bot with BotFather and get the bot token.
-
Create
.envfile. Put your bot token and Telegram API key there as in.env.example. -
poetry install python -m app

