drawrowfly / instagram-scraper

Instagram Scraper. Scrape useful data/posts from instagram users, hashtag and locations pages. Comments and people who liked specific posts and soon more. No login or API keys are required
568 stars 62 forks source link

[Feature Req] Private accounts and stories #9

Closed james-elicx closed 3 years ago

james-elicx commented 4 years ago

Please could you look into using login credentials to scrape private accounts. Also the ability to scrape stories would be nice.

drawrowfly commented 4 years ago

It is possible if you will use it as module and set session value

I was thinking on adding authorization feature to the CLI but facebook is kinda against such things

james-elicx commented 4 years ago

It is possible if you will use it as module and set session value

I was thinking on adding authorization feature to the CLI but facebook is kinda against such things

Do you mean like using a cookie file? PyInstaLive generates a cookie file on your first login that it then uses for future logins. If that's what you're referring to by session value then that sounds like a good thing to do to me.