https://github.com/priler/telegramstarsbot
Simple TG bot, based on Aiogram 3.x. Lets you receive payments with Telegram Stars.
https://github.com/priler/telegramstarsbot
Last synced: about 1 year ago
JSON representation
Simple TG bot, based on Aiogram 3.x. Lets you receive payments with Telegram Stars.
- Host: GitHub
- URL: https://github.com/priler/telegramstarsbot
- Owner: Priler
- License: mit
- Created: 2024-10-20T13:05:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:35:04.000Z (over 1 year ago)
- Last Synced: 2025-05-05T22:56:37.239Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 24
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aiogram 3.x Telegram Stars Payments bot example
Basic donation bot to showcase Telegram Stars Payments.
Based on Aiogram 3 with some useful speedups & async (non-blocking) libraries.
As well as basic architecture setup.
## Credits
[@MasterGroosha](https://github.com/MasterGroosha) for his Aiogram 3 getting started guides, we learned from it many cool things