Guru322/GURU-Ai — reverse-engineered prompt
Reverse engineered prompt
Build me a simple WhatsApp bot app like this repo, something I can run locally and connect to my WhatsApp by opening a browser page on localhost and seeing the pairing code and connection status. I want it to start with npm, use an env file for things like my MongoDB connection, phone number, bot name, and owner info, and keep any extra bot settings in a normal config file.
Once connected, the bot should reply to basic prefixed commands in chat, like ping, menu, list, alive, and help, and show a clear command menu. Please keep it easy to customize, especially the bot name, owner list, sticker watermark style, and adding more commands later through a plugin style setup if that already fits the project.
Make it feel complete and usable, not just a rough demo. Include the local web pairing page, the WhatsApp connection flow, command handling, and startup instructions so I can clone it, add my env values, and run it. Look up current docs online if you need to.
Want more depth? Deep Reverse