IndieSmiths /
nodezator
A generalist Python node editor
91/100 healthLoading repository data…
marhensa / repository
A desktop application that provides a user-friendly graphical interface for downloading content from Instagram profiles using the Instaloader Python library.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A desktop application that provides a user-friendly graphical interface for downloading content from Instagram profiles using the Instaloader Python library.
If you find this tool useful, consider supporting development:
# Clone the repository
git clone https://github.com/marhensa/instaloader-gui-wrapper.git
cd instaloader-gui-wrapper
# Install dependencies
pip install -r requirements.txt
# Run the application
python run.py
Download the latest release from Releases and run the executable for your platform.
| Type | Example URL |
|---|---|
| Profile | instagram.com/username |
| Post | instagram.com/p/ABC123 |
| Reel | instagram.com/reel/ABC123 |
| Story | instagram.com/stories/username/123456 |
| Highlight | instagram.com/stories/highlights/123456 |
Standard Downloads (Target Profile and Single Post):
downloads/
└── username/
├── profile_pic/
├── posts/
├── stories/
└── highlights/
Saved Posts Downloads (Default):
downloads/
└── saved_posts/
├── username1/
│ ├── 2024-01-01_UTC.jpg
│ └── ...
└── username2/
└── ...
Saved Posts Downloads (Single Folder):
downloads/
└── saved_posts/
├── username1_2024-01-01_UTC.jpg
├── username2_2024-01-02_UTC.jpg
└── ...
| Setting | Description | Default |
|---|---|---|
| Base Delay | Baseline time between requests | 3s |
| Random Jitter | Extra random time to appear human | 2s |
| Story Multiplier | Safety multiplier for stories/highlights | 1.5x |
| Long Pause | Range for random "session" breaks | 10-17s |
| Critical Wait | Recovery time after rate limits | 30min |
%localappdata%\Instaloader\session-username~/.config/instaloader/session-usernamebuild.bat
# Output: dist/Instaloader-GUI-Wrapper.exe
Requirements: python3, pip, binutils, fuse-libs, file
# Install dependencies (Ubuntu/Debian)
sudo apt update && sudo apt install -y python3 python3-pip binutils libfuse2 file
# Install dependencies (Fedora/RHEL)
sudo dnf install -y python3 binutils fuse-libs file
# Build
chmod +x build.sh
./build.sh
This will produce:
dist/Instaloader-GUI-Wrapper (Executable)Instaloader-GUI-Wrapper-x86_64.AppImage (Portable AppImage)pip install pyinstaller
pyinstaller --onefile --windowed --name "Instaloader-GUI-Wrapper" run.py
instaloader-gui-wrapper/
├── run.py # Entry point
├── requirements.txt # Dependencies
├── build.bat # Build script
├── build.sh # Build script
├── downloads/ # Downloaded content
├── user-settings/ # User settings
└── src/
├── gui/ # UI components
├── core/ # Download logic
└── config/ # Settings
This tool is for personal use only. Respect Instagram's terms of service and copyright rules. Excessive downloads may trigger rate limiting. The developer is not responsible for misuse.
MIT License © 2026 @marhensa
Selected from shared topics, language and repository description—not editorial ratings.
IndieSmiths /
A generalist Python node editor
91/100 healththecmdguy /
Ducky is a powerful, open-source, all-in-one desktop application built with Python and PySide6. It is designed to be the perfect companion for network engineers, students, and tech enthusiasts, combining several essential utilities into a single, intuitive graphical interface. We welcome contributions from the community!
84/100 healthEbrizzzz /
A desktop application that extracts YouTube playlist transcripts and enhances them using Google's Gemini AI models. The output is a book in any language you want.
SamirPaulb /
A desktop application that uses AI to translate voice between languages in real time, while preserving the speaker's tone and emotion.
88/100 healthHenestrosaDev /
A desktop application that transcribes audio from files, microphone input or YouTube videos with the option to translate the content and create subtitles.
71/100 healthUltimaker /
A Python framework for building Desktop applications.
79/100 health