An Instagram script to unfollow accounts you are following and that doesn't follow you back.
2.3K
An Instagram script, allowing you to automatically unfollow accounts you are following but that doesn't follow you back. Without using the Instagram API.
docker pull tuxity/insta-unfollower:latest
docker run -d -v $(pwd)/cache:/usr/src/insta-unfollower/cache --env INSTA_USERNAME=myusername --env INSTA_PASSWORD=mypassword tuxity/insta-unfollower:latest
INSTA_USERNAME=myusername INSTA_PASSWORD=mypassword python3 insta-unfollower.py
Or
python3 insta-unfollower.py USERNAME PASSWORD
Content type
Image
Digest
Size
19.4 MB
Last updated
over 4 years ago
docker pull tuxity/insta-unfollower