How to create a simple Telegram bot in python

The basic idea was to starting handling some python code and having fun, that lead me to create a Telegram bot with the ability to send simple text mesage into a group to bother my friends. The documentation about python Telegram library to create a bot is available in the official site https://python-telegram-bot.org/, here you… Continue reading How to create a simple Telegram bot in python