Skip to content

umcodigo/instagram-scraper

 
 

Repository files navigation

Instagram Scraper

Download instagram profile info and posts with Selenium

Install

  1. google chrome
sudo apt-get install google-chrome-stable=80.0.3987.149-1
  1. chromedriver
wget https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
sudo cp chromedriver /usr/bin/  
sudo chown user:user /usr/bin/chromedriver 
  1. virtualenv
virtualenv --python=/usr/bin/python3 env
source env/bin/activaate
pip install -r requirements.txt

Usage

python main.py --username=profile_username_here --debug=True

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%