- Download all photos and videos from your friend's or favorite celebrity's Instagram page with ease
- Username and Password not needed
- Python 3.x
- Requests
- Colorama
- Termcolor
- 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
- 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 runningpip install ******
- 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
py instagram_media_downloader.py -u USERNAME -p PATH
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