cyb3rko / instagram-unliker

Simple python script for removing your Instagram likes
Apache License 2.0
14 stars 3 forks source link
api instagram python

instagram-unliker

Simple script for removing your Instagram likes.
Inspired by and based on 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).
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 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.
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. :)