A simple and efficient tool to download photos and stories from public Instagram profiles.
- Download all photos from public Instagram profiles
- Download stories from public profiles
- Simple command-line interface
- No login required for public profiles
- Easy to use
- Clone this repository:
git clone https://github.com/ATechopS/instagram-profile-downloader.git
cd instagram-profile-downloader- Install the required dependencies:
pip install -r requirements.txtRun the script with a username:
python instagram_downloader.py usernameReplace username with the Instagram profile username you want to download from.
- Python 3.7 or higher
- instaloader library
- Internet connection
instagram-profile-downloader/
├── instagram_downloader.py # Main script
├── requirements.txt # Project dependencies
├── README.md # Project documentation
└── .gitignore # Git ignore file
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational purposes only. Please respect Instagram's terms of service and user privacy when using this tool.