rahmansurya/whatsapp-filter-number — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Node.js terminal app that checks a big list of phone numbers and tells me which ones are registered on WhatsApp. I want to drop numbers into a numbers.txt file, one per line, run the app, scan a QR code from my main WhatsApp phone, and then use an easy interactive menu to start filtering.
Please make it clean and friendly in the terminal, with colored status messages and a readable table of results. It should automatically clean up number formats by removing spaces, plus signs, and other separators, and if a number starts with 0 it should replace that with a default country code that I can change easily, like 62 by default. If the number already has an international code, leave it alone.
Save all active WhatsApp numbers into an active_numbers.txt report with timestamps. Also keep the login session so I do not have to scan every time, and include a logout option to reset the saved session. If you need details, check the current docs online.
Want more depth? Deep Reverse