This bot was a request from one person, who needed a bot to approve/reject incoming task packages from users, and setup his own tasks. This bot uses PostgreSQL to keep all the info about users.
python3 bot.py &> log
pip install python-telegram-bot
A Telegram bot used to setup your task for a group of users and then approve/reject incoming answers
PythonMIT