High-performance Telegram userbot that scans and buys Gifts (Stars) using Telethon and the latest MTProto methods. Runs on Python 3.11+ with asyncio.
- Real payments flow:
payments.GetStarGiftsRequest→payments.GetPaymentFormRequest→payments.SendStarsFormRequest - Multi-account support
- Configurable filters (price, supply, gift type)
- Async scanning and auto-purchase
- Simulation mode (safe testing / dry run)
- Structured logging and optional Telegram notifications
- Typer-based CLI
- Minimal runner for multi-recipient purchases
- Copy
.env.exampleto.envand fillAPI_IDandAPI_HASHfrom my.telegram.org. - Copy
config.example.tomltoconfig.tomland adjust filters and accounts. - Install requirements:
pip install -r requirements.txt