rxxv/TiktokAccountInfo — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool that lets me type in a TikTok username and then shows the public account details in a clean readable way.
When I run it, it should ask for the username, look up that TikTok profile, and print things like the username, display name, bio, region, user ID, account creation date, follower count, following count, likes, and number of videos. Make the output easy to read with clear labels, so someone can quickly copy the results or understand them in the terminal.
Please also handle common problems nicely, like if the username does not exist, TikTok blocks the request, the page cannot be loaded, or the data format changes and the script cannot find the account info. In those cases, show a friendly error instead of crashing.
Use Python and keep it simple to run. Include any install instructions needed. If TikTok has changed how profile pages work, look up current docs or examples online if you need to.
Want more depth? Deep Reverse