Using Python To Send Telegram Messages In 3 Simple Steps

Liu Zuo Lin
CodeX
Published in
3 min readJun 3, 2022

--

So maybe you’re running some program that takes some time to run, and want to take a nap or something. You probably need a simple script to send you an update when your program finishes running. We can easily write a Python function that sends you a Telegram message whenever you call it.

3 Simple Steps

  1. Create a Telegram Bot using…

--

--