thanhdo1110/Locket-Gold — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python Telegram bot for a Locket Gold research tool. I want users to open the bot, choose English or Vietnamese, send a Locket username or link, then get added to a queue with live updates showing their position and status.

Make it feel smooth and reliable, even if many people use it at once. Use async workers, cooldowns, and a first in first out queue so the bot does not freeze or spam outside services. Add admin controls so I can see stats like queue size, active workers, success count, send a broadcast message, reset a user limit, and set the success image.

Keep all secrets in a config file, including the Telegram bot token, admin ID, NextDNS key, and any test credentials I provide. The activation part should be modular so it can use my legitimate research tokens only. Include setup instructions and a simple run script.

Want more depth? Deep Reverse