Code Monkey home page Code Monkey logo

instagram-followers-bot's Introduction

instagram-followers-bot

Functionality:

  • Info: Show report

  • Follow users: from tag, from location, from a list or follow back who you do not follow back

  • Unfollow users: who do not follow you back or all of them


Usage:

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

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

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

Follow users from a list:

python main.py -u USERNAME -p PASSWORD -o follow-list -t USER_LIST

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

Unfollow all the users:

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

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


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 follow-list -t userlist.txt : Follow users in each line of userlist.txt

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)

instagram-followers-bot's People

Contributors

ricardojoserf avatar paulohenriquesn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.