https://github.com/kumatea/tgbot
Telegram Bot in Python
https://github.com/kumatea/tgbot
pyrogram telegram-bot
Last synced: 8 months ago
JSON representation
Telegram Bot in Python
- Host: GitHub
- URL: https://github.com/kumatea/tgbot
- Owner: KumaTea
- License: other
- Created: 2019-05-08T20:34:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T07:35:01.000Z (about 1 year ago)
- Last Synced: 2025-05-28T08:34:29.958Z (about 1 year ago)
- Topics: pyrogram, telegram-bot
- Language: Python
- Homepage: https://t.me/kumatea_bot
- Size: 349 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TGBot
Telegram Bot in Python
[View on Telegram](https://t.me/kumatea_bot)
## Version History
* 1.0 [`adb0226`](https://github.com/KumaTea/KumaTea-bot/commit/adb02268514d9317abcbde8e42adde6521f39911): pure HTTP implementation of Telegram bot API
* 2.0 [`628ad9c`](https://github.com/KumaTea/KumaTea-bot/commit/628ad9cb1c41e42567b9556dacbd8b79d064a987): switch to wrapper written by myself
* 3.0 [`017c468`](https://github.com/KumaTea/KumaTea-bot/commit/017c4681cc6fceba5a5779900b0c80cc8543661c): switch to [python-telegram-bot](https://python-telegram-bot.org/)
* 4.0 [`7e80386`](https://github.com/KumaTea/KumaTea-bot/commit/7e803860e64a20ec594927427a8d595d2ed4cd6e): add screenshot function (now removed)
* 5.0 [`3339a95`](https://github.com/KumaTea/KumaTea-bot/commit/3339a9587adf947539cc6f2cb1eef2b1287c3ac3): switch to [Pyrogram](https://docs.pyrogram.org)
* 6.0 [`fb49d8d`](https://github.com/KumaTea/KumaTea-bot/commit/fb49d8d2877afce3819aa6d9a18146877870177b): switch to async
* 7.0 [`e8bd2db`](https://github.com/KumaTea/KumaTea-bot/commit/e8bd2db8b69ead99e073ae7d10af9679a972c591): modularization