th3unkn0n/osi.ig — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool for Instagram OSINT, similar to the old osi.ig idea. I want to run it with a username and have it collect public information about that Instagram account, then print it in a clean readable way.
It should show basic profile details like user id, follower and following counts, number of posts, profile image URL, external link, business or public account info if available, and whether the account looks recently joined if that data exists. It should also try to pull useful public post details like captions, timestamps, image URLs, locations, accessibility captions, hashtags, mentioned accounts, and any emails found in the profile or captions.
Please make it work from the terminal with commands like checking help, scanning a username, and optionally including post image info. If Instagram needs login now, add a safe temporary login option using environment variables or prompts, not hardcoded passwords. Keep it easy to install with requirements.txt, and include clear setup and usage instructions. Look up current Instagram behavior online if you need to.
Want more depth? Deep Reverse