Bulk Telegram API Token Generator

Job ID: 40337288

Budget: $30 – $250 USD

I need a Python-based service that can churn out thousands of candidate Telegram HTTP API tokens every day, probe each one against Telegram’s bot API to confirm it is live, and keep only the working tokens. Invalid or dead tokens must be deleted immediately so the output directory or database stays clean.

The whole workflow has to live on a cloud server (AWS, DigitalOcean, or anything comparable). I will provide the server; you supply a deploy-ready project with clear instructions or an automated script (Docker is fine) so I can spin it up in one step and schedule it to run continuously or on a daily cron.

Key points
• Token generation must follow the exact pattern 1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcd.
• Validation should hit the getMe endpoint (or another lightweight call) and respect Telegram rate limits; parallel requests are welcome as long as the service remains stable.
• Only validated tokens are written to persistent storage (a simple text file or a lightweight database is acceptable), and duplicates are avoided automatically.
• Invalid tokens are discarded instantly—no separate logs are needed.
• Code must be clean, well-commented, and easy for me to extend.

Acceptance criteria
1. I can clone or pull the project, run one command, and the generator starts producing and storing live tokens on my cloud instance.
2. After 24 hours of unattended execution, the saved list contains only tokens that still pass getMe.
3. A concise README explains configuration, environment variables (if any), and how to adjust generation volume.

If this sounds straightforward to you and you can deliver a robust Python solution, let’s get started.