A simple command-line tool to download videos and photo posts from Instagram for personal and educational use.
- 📥 Download Instagram videos and posts
- 🖼️ Supports photo slideshows
- 📁 Saves media to a
Downloads/Instagramfolder - 💻 Simple CLI interface
- ⚡ Lightweight and fast
git clone https://github.com/Mahdi-Haqiqat/Instagram-Downloader.git
cd Instagram-Downloaderpip install -r requirements.txtRun the program:
python main.pyThen paste an Instagram URL when prompted.
Instagram URL: https://www.instagram.com/p/XXXXXXXXXXX/
📁 Downloaded media will be saved in the Downloads/Instagram folder.
- 🐍 Python 3.8+
- 🌐 Internet connection
pathlib
yt-dlp
requests
instaloader
argparse
instagram-downloader
│
├── main.py
├── requirements.txt
├── README.md
└── LICENSE
This project is intended for educational and personal use only.
Users are responsible for complying with the Terms of Service of Instagram and any applicable laws in their country.
❌ This project does not encourage or support copyright infringement, illegal downloading, or misuse of content.
⚖️ The author of this repository is not responsible for how this software is used.
This project is licensed under the MIT License.