Instagram Photo Downloader

Installation

Installing Geckodriver in Linux

$ wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
$ tar -xvzf geckodriver*
$ chmod +x geckodriver
$ sudo mv geckodriver /usr/local/bin/

Installing Geckodriver in Windows

  1. Download the Geckodriver
  2. Unzip it
  3. Copy that .exe file and put your into python parent folder (e.g., C:\Python34)

Make sure you have Python 3 and Firefox browser installed on your PC.

Clone this repository.

$ git clone https://github.com/geekyarthurs/instagram_photo_fetcher.git
$ cd instagram_photo_fetcher
$ pip install -r requirements.txt

Execution

$ cd instagram_photo_fetcher
$ python3 insta_photo_fetcher.py <username>

License

MIT

Free Software, Hell Yeah!