Skip to content

iamhritik/instascraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

instascraper

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..

Features

Scrape multiple users data and exports data as CSV file.

Requirements

Selenium Webdriver - To obtain javascript variables with ease! BeautifulSoup - awesome html parser! Requests - Urllib for humans.

Installation

Firstly Install all the modules you required to run this instascraper.

cd instascraper
pip install selenium requests bs4

How it Works

You 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

About

Instascraper is a command-line application written in Python that scrapes and stored instagram user's profile and posts photo source in a csv file..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages