ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

How can we scrape a particular number of emails #365

Open uchenna2k2 opened 2 years ago

uchenna2k2 commented 2 years ago

Describe your issue

This is not really an issue because the script is working well for me. My question is how can someone scrape let us say 10k emails then pause or stop. Probably copy the result of the 10k email, then come back after a couple of hours and continue without the script scraping emails already scraped? Is this method possible? I have an ID account with over 90k followers. I was able to scrape over 58k emails before IG banned me. I did not even see where the emails scraped was stored. Help if it is possible.

satrayn commented 2 years ago

when you reach 10 thousand e-mail then break the program. you can count successfully scraped email and you can tracking how many mail scraped while program running.