https://github.com/tanmayvaij/insta_media_downloader
This is a script for downloading all the posts, reels, igtvs of any instagram user you follow.
https://github.com/tanmayvaij/insta_media_downloader
instagram instagram-api instagrapi python python3
Last synced: about 2 months ago
JSON representation
This is a script for downloading all the posts, reels, igtvs of any instagram user you follow.
- Host: GitHub
- URL: https://github.com/tanmayvaij/insta_media_downloader
- Owner: tanmayvaij
- Created: 2022-12-13T14:41:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T07:20:14.000Z (almost 3 years ago)
- Last Synced: 2025-07-07T13:41:35.268Z (3 months ago)
- Topics: instagram, instagram-api, instagrapi, python, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insta Media Downloader
## Setup Instructions
### Rquirements:-
```
python >= 3.8
```### 1. Clone / Download the repository
### 2. Install all the script dependencies. ( For Linux / Mac )
```sh
python3 install -r requirements.txt
```### Install all the script dependencies. ( For Windows )
```sh
python install -r requirements.txt
```### 3. In the packages/setting.py add the following details. Either of the last three variables can be empty string.
```envINSTAGRAM_USERNAME=""
INSTAGRAM_PASSWORD=""
TARGET_ACCOUNT=""
NO_OF_POSTS=""
MEDIA_URL=""
```
### 4. Start the script. ( For Linux / Mac )
```sh
python3 ./main.py
```### Start the script. ( Windows )
```sh
python ./main.py
```