py-telegram-sender: Minimalist Telegram Library
1 min read
102 words
A couple of years ago, while developing our main services and infrastructure monitoring services, I wanted to receive Telegram notifications about important events in the systems.
I tried a few popular libraries for sending messages via Telegram, but they didn’t suit me. Some didn’t work at all, some were too heavy. And I decided to just throw together a minimalist script for sending text messages and files.
I kept thinking about publishing a lightweight library based on this script. And today, on my day off, I decided to close this issue :)