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

https://github.com/tanmayvaij/insta_media_liker

Instagram (third party) media liker cli application made using instagrapi. Using this application, instagram stories and posts can be liked.
https://github.com/tanmayvaij/insta_media_liker

automation instagram instagram-api instagrapi python python3

Last synced: 3 months ago
JSON representation

Instagram (third party) media liker cli application made using instagrapi. Using this application, instagram stories and posts can be liked.

Awesome Lists containing this project

README

          

# Instagram Story Liker CLI Application

### Application for automatically liking stories of the followers of any public profile

### Setup Instructions:-

> Requirements:-

> => python 3.8

### 1. Install all the dependencies with the following command ( for windows )

```python
python install -r requirements.txt
```

### 2. Mention your username, password in the config.env file as directed

### 3. Start the applicattion with the following command ( for windows )

```python
python ./main.py
```