powerxmodzz/roxy-otp-sender ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python app called Roxy OTP Sender that can generate and send one time passwords to a user, then confirm when the code is entered correctly.
I want it to be easy to run from the main script, with clear prompts or a small web style flow if that makes more sense, and a clean way to plug in whatever sending method is needed. It should handle basic success and failure cases, like bad input, expired codes, and retrying if needed.
Make it practical to deploy too, since this repo looks like it already has setup files for that. Keep the code straightforward, add whatever basic configuration is needed, and include a few sensible defaults so it works without much setup.
If you need current docs or examples for any service, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit