Loading repository data…
Loading repository data…
kaifcodec / repository
InstaScrape is a command-line Python tool that fetches all parent comments from any public Instagram Reel using your session cookies. It's fast, efficient, and now comes with a progress bar so you can see the scraping in action. Designed for researchers, analysts, or curious minds.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
| ❓ Built with a steel heart, unasked for, yet unable to turn away from the world it watches. |
| ❓ Assembled from iron and thought, never meant to be this cold, yet it endures. |
| ❓ Created with a reluctant steel heart, seeing life it cannot touch. |
| — Author: kaifcodec |
Scrape all parent comments from any Instagram Reel with automated login, async speed, real-time progress, and clean exports — no manual cookie copying required.
cookie.json persistence with iat + expiry, no manual cookies needed.httpx.AsyncClient with requests-per-second throttling.pip install -r requirements.txt
git clone https://github.com/kaifcodec/InstaScrape
cd InstaScrape
pip install -r requirements.txt
python3 main.py
{
"generated_at": 1700000000,
"count": 123,
"comments": [
{ "username": "user1", "text": "Nice!", "created_at": 1699999000 }
]
}
Use responsibly. Comply with Instagram’s Terms of Service. Intended for personal or permitted use only.