Skip to content

This Python script uses the instaloader package to download all photos from a specified public Instagram profile.

License

Notifications You must be signed in to change notification settings

manuemmanuel/Instagram-Post-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Photo Downloader

This Python script uses the instaloader package to download all photos from a specified public Instagram profile.

Prerequisites

  • Python 3.6 or higher
  • instaloader package

Installation

  1. Install Python: If you don't have Python installed, download and install it from python.org.

  2. Install Instaloader: Install the instaloader package using pip:

    pip install instaloader

Usage

  1. Clone the Repository: Clone this repository or download the script file.

  2. Edit the Script: Open the main.py file and replace the profile_name variable in the if __name__ == "__main__": section with the Instagram handle of the public profile you want to download photos from.

  3. Run the Script: Run the script using Python:

    python main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This Python script uses the instaloader package to download all photos from a specified public Instagram profile.

Topics

Resources

License

Stars

Watchers

Forks

Languages