Bot for approving applications

Bot Development 100 USD
Job 4 of 8
The bot automatically approves requests to private channels, sending the user a welcome message after approval. If the user unsubscribes, the bot sends a farewell message.

There are two types of channels:
1. Channels for approving requests
2. Channels for selling access for points

Message texts and points can be changed directly in the bot, in the "Content" section. The number of points for access to a specific channel can also be configured.

Technology stack:
Python 3.10
SQLAlchemy~=2.0.20
aiogram==3.0.0
asyncpg~=0.27.0
loguru~=0.6.0
redis~=4.4.0
uvloop~=0.17.0