Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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. :)