Instascraper is a command-line application written in Python that scrapes and stored instagram user's profile and posts source URL in a csv file..
Scrape multiple users data and exports data as CSV file.
Selenium Webdriver - To obtain javascript variables with ease! BeautifulSoup - awesome html parser! Requests - Urllib for humans.
Firstly Install all the modules you required to run this instascraper.
cd instascraper
pip install selenium requests bs4You have to just add the usernames in userlist in line 9 and then you can simply run this below command to see magic.
#userlist= ['username1','username2']
$python instascraper.py