Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyb3rko/instagram-unliker
Simple python script for removing your Instagram likes
https://github.com/cyb3rko/instagram-unliker
api instagram python
Last synced: 12 days ago
JSON representation
Simple python script for removing your Instagram likes
- Host: GitHub
- URL: https://github.com/cyb3rko/instagram-unliker
- Owner: cyb3rko
- License: apache-2.0
- Created: 2022-08-20T13:29:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T15:43:25.000Z (over 1 year ago)
- Last Synced: 2023-09-30T16:46:31.627Z (over 1 year ago)
- Topics: api, instagram, python
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instagram-unliker
Simple script for removing your Instagram likes.
Inspired by and based on [jhnguyen521/InstaUnliker](https://github.com/jhnguyen521/InstaUnliker) 💛## 🆚 Variations
### Base
This is the basic script without additions.
### Cronitor
Based on the base script this is a version with Cronitor support ([https://cronitor.io](https://cronitor.io)).
Using that you can always see if the script works or not, even without direct access to your machine running the script.## ⛔ Rate Limiting
To avoid possible blocking / banning of your account keep the number of posts to unlike at a low level.
The [current default value](https://github.com/cyb3rko/instagram-unliker/blob/main/1%20-%20base/unliker.py#L8) worked fine for me while running this script every few hours.## 🏃♂️ Usage
### Base
Open the unliker.py file, configure your options at the top and let it run. :)
### Cronitor
First create an account on [https://cronitor.io](https://cronitor.io).
Then you have to create a job for your unliker. Either you do that via the web ui or you use the cronitor-setup.py script to let it do that for you.
The last step is the same as above: Open the unliker_cron.py file, configure your options at the top and let it run. :)