mrzero-wolf/MR-Z3R0-TikTok-OSINT ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool for TikTok public profile research that works on Windows, Linux, and Termux.
I want to be able to pass in one username or a text file of usernames, and have it collect only publicly available profile info like bio, links, follower counts, verification status, public avatar URL, and public video metadata when available. It should also be able to detect emails, phone numbers, hashtags, mentions, and any public location metadata that shows up in the data.
Please save each run into a local SQLite database, and also generate a JSON report and a readable TXT report in a reports folder. Add colored terminal output, proxy support, and a few helpful flags like showing the avatar URL, clearing the screen, and setting a custom database path. If dependencies are missing, install them automatically. Keep it simple to run from one script, and make the output clean and easy to read.
Are you gonna build this?
make sure you review the code using coderabbit