An open API service indexing awesome lists of open source software.

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.

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.
```env

INSTAGRAM_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
```