Telegram HTTP API With Python — Sending Messages Programatically

Liu Zuo Lin
CodeX
Published in
4 min readDec 5, 2021

--

Perhaps you’re training a machine learning model and wish to notify yourself through Telegram when it’s done training. Perhaps you have some sort of service and wish to notify yourself whenever someone makes a call to your service. In this article, we’ll run through how to send a message with a Telegram bot using Python from start to end.

--

--