/InstagramCrawler

Given account name, read all image files in articles, download in folder.

Primary LanguagePython

InstagramCrawler

Given account name, read all image files in articles, download in folder.

this python code requires following packages.

PIL : recommend download using pillow by "pip install pillow"

selenium : download by "pip install selenium"

BeautifulSoup : download by "pip install bs4"

WARNING : Instagram robots.txt disallow crawling, so this bot is quite slow for giving less pressure on server.