https://github.com/ivalshamkya/stinstaloader
It's an online tool that allows you to download Instagram photos, videos.
https://github.com/ivalshamkya/stinstaloader
flask instaloader python streamlit
Last synced: about 23 hours ago
JSON representation
It's an online tool that allows you to download Instagram photos, videos.
- Host: GitHub
- URL: https://github.com/ivalshamkya/stinstaloader
- Owner: ivalshamkya
- License: mit
- Created: 2023-11-24T06:46:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:59:50.000Z (about 2 years ago)
- Last Synced: 2026-06-20T23:33:53.501Z (about 23 hours ago)
- Topics: flask, instaloader, python, streamlit
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StInstaloader
StInstaloader is a tool designed to download Instagram posts, including photos and videos. It provides the flexibility to download content from a specific Instagram URL or to download all posts from a given username.
---

## Features
- Download posts (photos and videos) from a provided Instagram URL.
- Download all posts from a given Instagram username.
- Easy-to-use.
- Efficient and lightweight.
## Getting Started
### Prerequisites
- Python 3.x installed on your machine.
### Installation
1. Clone the repository:
```zsh
git clone https://github.com/ivalshamkya/stinstaloader.git
```
2. Navigate to the project directory:
```zsh
cd instaloader
```
3. Install dependencies:
```zsh
pip install -r requirements.txt
```
4. Run the Streamlit App:
```zsh
streamlit run instagram_downloader.py
```
## Contributing
Contributions to this project are welcome and encouraged! If you find any bugs, want to add new features, or improve the existing ones, feel free to open issues and pull requests.