Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 614 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 614 Bytes

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