All Projects → ricardojoserf → Instagram Followers Bot

ricardojoserf / 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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Instagram Followers Bot

Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (+0%)
Mutual labels:  instagram-api, bot, instagram
Instagram Bot Dm
Instagram bot to send direct messages
Stars: ✭ 101 (-32.21%)
Mutual labels:  instagram-api, bot, instagram
Instauto
Simple to use wrapper around the private Instagram API, written in Python.
Stars: ✭ 52 (-65.1%)
Mutual labels:  instagram-api, bot, instagram
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+21.48%)
Mutual labels:  instagram-api, bot, instagram
Onegram
This repository is no longer maintained.
Stars: ✭ 137 (-8.05%)
Mutual labels:  instagram-api, bot, instagram
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (-7.38%)
Mutual labels:  instagram-api, bot, instagram
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+369.13%)
Mutual labels:  instagram-api, bot, instagram
Mygf Instagram
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password
Stars: ✭ 140 (-6.04%)
Mutual labels:  instagram-api, bot, instagram
Instagram Bot Cs
Instagram bot write on C#
Stars: ✭ 95 (-36.24%)
Mutual labels:  bot, instagram
Instagram private api extensions
An extension module to https://github.com/ping/instagram_private_api
Stars: ✭ 97 (-34.9%)
Mutual labels:  instagram-api, instagram
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (-32.89%)
Mutual labels:  instagram-api, instagram
Igql
Unofficial Instagram GraphQL API to collet data without authentication
Stars: ✭ 80 (-46.31%)
Mutual labels:  instagram-api, instagram
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-46.98%)
Mutual labels:  bot, instagram
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-32.89%)
Mutual labels:  instagram-api, instagram
Unfollow Plus
Automated Instagram Unfollower Bot
Stars: ✭ 79 (-46.98%)
Mutual labels:  bot, instagram
Toolsig
toolsigv3.1 (Instagram Tools)
Stars: ✭ 121 (-18.79%)
Mutual labels:  instagram-api, instagram
Instagram Tools
Node.JS Instagram Tools
Stars: ✭ 127 (-14.77%)
Mutual labels:  bot, instagram
Instalike Instagram Bot
automate instagram activities using instagram bot - like follow/unfollow comment; python requests lib
Stars: ✭ 128 (-14.09%)
Mutual labels:  bot, instagram
Instagram ssl pinning
Bypassing SSL Pinning in Instagram Android App
Stars: ✭ 135 (-9.4%)
Mutual labels:  instagram-api, instagram
Telegram Instapy Scheduling
A Telegram bot for scheduling InstaPy
Stars: ✭ 136 (-8.72%)
Mutual labels:  bot, instagram

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].