drawrowfly/instagram-scraper — reverse-engineered prompt
Reverse engineered prompt
Build me a TypeScript Node tool called InstaTouch that lets people scrape useful public Instagram information from the terminal and also use it as a module in their own scripts.
I want commands for username posts, hashtags, locations, post comments, people who liked a post, followers, following, user metadata, and post metadata. Some of these should work with an Instagram session cookie when Instagram requires it, but don’t ask for a username or password. Let the user choose how many posts to collect, whether to download media, whether to save everything into a ZIP, and whether to export results as JSON or CSV.
Please include batch scraping from a text file, basic download history so it can skip duplicates, custom output folders and filenames, timeout handling for rate limits, and clear help text in the terminal. Make the output easy to understand and include simple examples in the README. Look up current docs online if you need to.
Want more depth? Deep Reverse