MrThivina/ShadowHunter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python 3 terminal tool called ShadowHunter that helps someone check whether a username has public profiles on common sites. It should run from one main file, read a sites.json file with platform names and URL templates, then ask the user for a username and search Instagram, GitHub, Twitter, TikTok, and Reddit by filling the username into each template.

Show a nice terminal banner or title, print clear results for each site, and make it easy to see which profiles look found and which do not. Please handle connection errors, bad responses, and slow requests without crashing. Keep the setup lightweight, just Python and requests, so it works on Termux, Linux, macOS, and Windows.

Also include a clear README with install and run steps, explain how to add more sites to sites.json, and include a short disclaimer that this is only for educational use and authorized research with publicly available information.

Want more depth? Deep Reverse