$ 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/
- Download the Geckodriver
- Unzip it
- 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
$ cd instagram_photo_fetcher
$ python3 insta_photo_fetcher.py <username>
MIT
Free Software, Hell Yeah!