InstaReelDownloader is a Python-based desktop application that allows users to download Instagram Reels along with their captions and thumbnails.
- Download Instagram Reels as
.mp4
files. - Option to download the thumbnail image.
- Option to download the caption as a
.txt
file. - User-friendly GUI interface built using
tkinter
. - Cross-platform support (Windows, macOS, Linux).
- Python 3.6 or higher
pip
package manager
- Clone this repository:
git clone https://github.com/UKR-PROJECTS/InstaReelDownloader.git
- Navigate to the project directory:
cd InstaReelDownloader
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python instareel_downloader.py
- Enter the Instagram Reel URL in the provided input field.
- Select whether you want to download the thumbnail and/or caption.
- Click "Choose Save Folder" to select where you want to save the downloaded files.
- Click "Download Reel" to start the download process.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the developers of Instaloader for providing the API used in this project.