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.
- Host: GitHub
- URL: https://github.com/tanmayvaij/insta_media_liker
- Owner: tanmayvaij
- Created: 2022-12-03T06:25:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T14:51:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T06:44:44.060Z (7 months ago)
- Topics: automation, instagram, instagram-api, instagrapi, python, python3
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```