Download high quality images from Instagram (FREE PYTHON TUTORIAL)
Words
58
Reading
1 min
Listen
Play
9y
My script was tested on Ubuntu 16.04.3 and is written in python3.
how to run:
open terminal and type
git clone https://github.com/tai-euler/InstaPicDownloader.gitcd InstaPicDownloader/
run in terminal:python3 instaPicDownloader.py your_url
Now let see this on a real example:
type in terminal and hit enter:
python3 instaPicDownloader.py 'https://www.instagram.com/p/BPXMlaKj88u/?taken-by=wolfiecindy'
what you will see as output:
Downloading from URL: https://www.instagram.com/p/BPXMlaKj88u/?taken-by=wolfiecindy
High quality image downloaded from URL and saved as https://scontent-frt3-1.cdninstagram.com/t51.2885-15/e35/16110655_1661631840796839_4755495280277716992_n.jpg
Now look on your hard drive after the file
The script can be downloaded from here:
https://github.com/tai-euler/InstaPicDownloader