This is an example in Python 3.x that show how to get all the media of a Instagram user without to use Instagram API (an scraper).
Please, follow the instructions below for installing and run it.
Make sure you have installed:
- Python 3.x
- pip3 (used to install 'requests' library)
$ git clone https://github.com/francozanardi/get-instagram-media gim
$ cd gim
$ pip3 install -r requirements.txt
$ python3 get_all_media.py -u username
Where username is the user target.