dznet / instagram-followers-bot

A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instagram-followers-bot

Usage:

Follow users using the tag you introduce:

python main.py -u USERNAME -p PASSWORD -o follow-tag -t TAG

Follow users from a location:

python main.py -u USERNAME -p PASSWORD -o follow-location -t LOCATION_ID

Follow back all the users who you don't follow back:

python main.py -u USERNAME -p PASSWORD -o super-followback

Unfollow all the users who don't follow you back:

python main.py -u USERNAME -p PASSWORD -o super-unfollow

NOTE: Fill "whitelist.txt" file with the accounts you will never want to unfollow

Show report (who follows, unfollows, follows you back):

python main.py -u USERNAME -p PASSWORD -o info

Examples:

python main.py -u USERNAME -p PASSWORD -o follow-tag -t cat : Follow users using the tag 'cat'

python main.py -u USERNAME -p PASSWORD -o follow-location -t 127963847 : Follow users from Spain

python main.py -u USERNAME -p PASSWORD -o super-followback: Now you are following users you didn't follow but they followed you

python main.py -u USERNAME -p PASSWORD -o super-unfollow: Now you are not following users who don't follow you

Acknowledgment

The really good repo is the levpasha's one (https://github.com/LevPasha/Instagram-API-python)

Note

Tested both in Python2.x (2.7.15rc1) and Python 3.x (3.6.7)

About

A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you


Languages

Language:Python 100.0%