Um bot muito zuero pra você que já sabe como funciona um bot do telegram. RTFM!
git clone https://github.com/area31/telegram-bot-xingamentos.git
pip3 install pyTelegramBotAPI --user
pip3 install openai --user
pip3 install attrs --user
pip3 install aiohttp --user
python area31/bot-telegram.py
bash area31/script-import.sh
cp etc/init.d/bot-telegram-area31 /etc/init.d/bot-telegram-area31
rc-update add bot-telegram-area31 default
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.