Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 698 Bytes

Scrapping

Just trying to scrap the instagram only for downloading the photos in a profile.

Installation

  • This project requires Python3
  • To install the dependencies run the Requirements.sh file
chmod +x Requirement.sh
./Requirement.sh

  • Download the correct version of the chrome driver and replace the chrome diver in the repo.
  • Run the scrap.py python scrap.py
  • Enter the instagram username that you want to scrap

Todos

  • Write the code for authenticate the instagram user do that he can access the friends private account.
  • Add a better UI.