Setiawan007/Moonton-Checker ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python 2 tool that checks a bunch of Moonton login accounts from a text list and shows which ones work and which ones fail.
I want it to read from a file called list.txt in the project folder, process each entry one by one, and print clear results to the terminal as it runs. If a login request needs the requests library, use that. Please make it easy to run from main.py and keep it straightforward so I can just add more lines to list.txt and check more accounts.
If there are errors, handle them cleanly instead of crashing, and save useful output in a simple log file if that makes sense. Keep it compatible with Python 2.7 since that is what this project uses. If you need to look up any current details about the login endpoint or request format, do that online and then wire it up properly.
Are you gonna build this?
make sure you review the code using coderabbit