News

In this tutorial, we will be creating a Telegram bot that gives you an avatar image from Adorable Avatars. Our example will involve building a bot using Flask and deploying it on a free Heroku server.
If you want to learn how to create a simple Telegram bot, without having any coding knowledge, then use BotFather. We show you how!
Flask: A micro web framework built in Python. Python-telegram-bot: A Telegram wrapper in Python. Requests: A popular Python http library.