Gourangsharma/whatsapp-chatbot-python — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python WhatsApp Web chatbot for personal learning. I want to open WhatsApp Web in my browser, keep it visible, run a script, and have it read the latest incoming message from the chat and reply automatically using the OpenRouter API with a DeepSeek style model.

The bot should sound natural and be able to reply in Hindi and English, like a casual personal assistant. Keep the API key private in a .env file, and include clear setup steps so I can install the requirements, add my key, log in to WhatsApp Web, and run it.

Since screen positions can be different on each laptop, include a small helper script that lets me find cursor coordinates, then make the main bot easy to adjust for my screen. Use simple Python automation for clicking, copying, pasting, and sending. Add comments so a beginner can understand it, and include a note that this is only for educational and personal use.

Want more depth? Deep Reverse