How to Create Telegram Bot in Python

A step-by-step guide to deploying a bot locally that handles private and group messages

Ng Wai Foong
Better Programming
Published in
10 min readDec 16, 2020

--

Photo by Christian Wiediger on Unsplash

The topic for today is setting up your own bot in Telegram and deploying it locally via a method called polling. This means you can develop and test your bot in your server, as long as it is connected to the internet. https is not required for this, which…

--

--