2ri4eUI/CFW-BOT — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Telegram bot that lets me manage Cloudflare Worker based Xray subscription links without running my own server. I want it to run on PythonAnywhere or Ubuntu, ask me for the Telegram bot token, Cloudflare API token, Cloudflare account ID, admin Telegram user ID, domain details, and the IP API value during setup, then save everything so I don’t have to edit files by hand.
Inside Telegram, only my admin account should be able to use it. I want buttons to create users, delete users, see each user’s subscription link, create a SingBox subscription link, change a user’s proxy, pick proxies from a proxies.txt list, see recently used proxies, and redeploy the Cloudflare Worker when settings change. It should store users locally in SQLite and remove that user’s worker subscription when I delete them.
Please include an easy install script, a normal manual setup path, and clear run instructions. Look up current Cloudflare and Telegram docs online if you need to.
Want more depth? Deep Reverse