ThaNeverBroke/Garena-API-FreeFire-CheckID — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool for checking Garena Free Fire player IDs using the public Garena shop endpoint. I want to enter a player ID and get back clear JSON showing whether it’s valid, plus the nickname, region, avatar image URL, and open_id when it works.
Please make it easy to run from the terminal and also easy to import into another bot or top up system later. Put the main logic in a reusable function like check_player_id. It should handle bad IDs cleanly, show a captcha or Datadome response if Garena blocks the request, and not crash on network errors.
Add simple settings at the top for the API URL, app id, cookie header, optional proxy, and timeout. Don’t include any real cookies or secrets. Also add a short README with setup, usage examples, example success response, invalid ID response, and a warning that this is unofficial and only for educational or authorized testing.
Want more depth? Deep Reverse