Instagram Image/Video Download Script

Instagram Image/Video download

This script helps you to download images/videos from Instagram, you can go to the person’s profile to fetch their images/videos. Currently it is limited to 12 media downloads. You can copy the following script to your text editor and save it with “.py” extention eg: instagramsave.py. This also saves all the carousel images

Python 3 code for downloading images/video from instagram.

Requirements:

  • Python3
  • Tkinter
  • Lxml
  • Requests
  • bs4