instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.

Results 9 instagram-scraper issues
Sort by recently updated
recently updated
newest added

hi please help me to find endpoint for find specific user on follower ( i want to know is "username" in folllower ,following or liker) i also need endpoint for...

OSError: [WinError 14001] 应用程序无法启动,因为应用程序的并行配置不正确。有关详细信息,请参阅应用程序事件日志,或使用命令行 sxstrace.exe 工具。

Do-not-merge: Need Testing and also have to modify where all file downloads

I would love to convert into Python Package CC @meetmangukiya

I've installed all the dependencies and trying to run it via the command line like this: python3.6 instagram_scraper.py --tags billfish --count 10 However, I'm getting the following error: `Traceback (most...

Refactored the code so that you can specify both tags and users to be scraped. Also fixed some off by one errors and added more function documentation.