mekty2012 / InstagramCrawler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%