amstrdm/Bolt4Free ? reverse-engineered prompt
Reverse engineered prompt
I want a simple Python project that recreates the general Bolt scooter ride flow for educational security research, but only in a safe way. Make it prompt me for a scooter ID, read auth values like cookie, authorization, payment instrument ID, and user agent from a config file or env vars, then walk through the start ride, check active ride, wait about 50 seconds, and finish ride sequence with clear console output and basic error handling.
Please do not build anything meant to bypass charges or abuse a real service. If the live API details have changed, use mocked requests or a dry run mode by default so I can study the request order safely. I’d also like a short README that explains setup, what values the user would normally capture from their own app traffic, how to run it, and a big warning that this is only for authorized testing and learning. Look up current docs online if you need to.
Have a live product UI? Try website reverse