sipalingnode/fidgebot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Node.js Telegram controlled bot for Fidge that can run from the command line. I want to put my Telegram bot token and chat ID in a config file, add one or more Fidge accounts with email and password in another config file, then start everything with one command.

The bot should support multiple accounts, show clear status updates in Telegram, and let me control it with commands like run, stop, status, and add account. When running, it should automatically do the normal daily actions like spinning, watching ads if available, and converting points into gems. It should keep going safely in the background and send me useful messages when something succeeds, fails, or needs attention.

Please make the setup easy for a beginner, with example config files and a short README that explains installing dependencies, creating the Telegram bot, filling in the files, and running it. Look up current docs online if you need to.

Want more depth? Deep Reverse