taka-4602/PayPaython-mobile — reverse-engineered prompt
Reverse engineered prompt
Build me a Python library for the PayPay mobile side that feels easy to use from a script, not just raw API calls.
I want a main PayPay client that can log in with a phone number and password, optionally with a saved device UUID, or skip login if I already have an access token. If the normal login flow is currently broken because of bot detection, handle that honestly and still make the token based flow and refresh flow work cleanly, with clear errors and notes. Add support for proxy use too.
Please include the common stuff from the examples, like getting profile and balance, payment and point history, chat rooms and messages, checking and receiving payment links, rejecting or canceling links, creating transfer links and QR links, sending money, searching users, starting chat rooms, and sending a thank you message.
Make the responses easy to read with friendly fields, but still let me inspect the raw response when needed. Include a simple example file and basic docs in Japanese style if possible. Look up current docs online if you need to.
Want more depth? Deep Reverse