Skip to content

Python script that allows you to download photos from a specific Instagram account using the instaloader library.

Notifications You must be signed in to change notification settings

AivarasCer/Instagram-photo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Photo Downloader

A Python script to download photos from a specific Instagram account using the instaloader library.

Features

  • Download all photos from a public Instagram profile
  • Handle various exceptions such as non-existent profiles, private profiles, and login requirements

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/instagram-photo-downloader.git
  2. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate
  3. Install the required packages:
    pip install -r requirements.txt
  4. Run the script:
    python instagram_downloader.py
  5. Enter the Instagram username when prompted.
    Enter the Instagram username: exampleuser

About

Python script that allows you to download photos from a specific Instagram account using the instaloader library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages