Skip to content

Command-line program to download images and videos from a user's profile page on Instagram.

License

Notifications You must be signed in to change notification settings

olaban-ji/instagram_media_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram_Media_Downloader

  • Download all photos and videos from your friend's or favorite celebrity's Instagram page with ease
  • Username and Password not needed

Requirements

  • Python 3.x
  • Requests
  • Colorama
  • Termcolor

Installation

  1. Download and install the latest Python 3.x version from the official Python website or here and to make sure to tick "Add Python 3.x to PATH" checkbox when installing
  2. Install all the requirements by opening a command prompt terminal from the folder in which the requirements.txt file is located and run pip intall -r requirements.txt or installing each requirement by running pip install ******
  3. Add the folder where the program is located to PATH directory so that you can call the program in a short and neat way. Click here to know how to add folder to PATH

Usage

py instagram_media_downloader.py -u USERNAME -p PATH

Help

usage: instagram_media_downloader.py [-h] -u USERNAME -p PATH

Download Instagram Images and Videos from a User's Profile Page

optional arguments:
  -h, --help                      show this help message and exit
  -u USERNAME, --user USERNAME    Username on Instagram
  -p PATH, --path PATH            Root path where downloaded Instagram Media is saved

About

Command-line program to download images and videos from a user's profile page on Instagram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages