abhinai2244/Muti-FileStoreBot — reverse-engineered prompt
Reverse engineered prompt
Build me a premium Telegram FileStore bot platform where one main controller bot lets people create and manage their own file sharing bots. Users should be able to add their bot token, open a simple button based dashboard, set admins, force subscribe channels, custom start text, custom photo, captions, shortener settings, auto delete time, and content protection.
Each worker bot should save files or posts from a channel, create share links and batch links, let users retrieve files from start links, support broadcasts, ban and unban users, and keep each bot’s users and settings separate in MongoDB. I also want an owner only area to see all bots, owners, tokens, status, and send platform broadcasts.
Include data transfer if someone deletes a bot and creates a new one. Idle bots should sleep after about 48 hours to save memory. Make it deployable with environment variables, a worker process, and a small Cloudflare Worker backend for permanent links. Look up current Telegram and MongoDB docs if needed.
Want more depth? Deep Reverse