All Projects → khrigo → instragram-follow

khrigo / instragram-follow

Licence: other
Automatically follow Instagram accounts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to instragram-follow

Instagram Php Scraper
Get account information, photos, videos, stories and comments.
Stars: ✭ 2,490 (+10726.09%)
Mutual labels:  instagram, instagram-api
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+695.65%)
Mutual labels:  instagram, instagram-api
Instagram Api Python
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.
Stars: ✭ 2,357 (+10147.83%)
Mutual labels:  instagram, instagram-api
Instagram private api
A Python library to access Instagram's private API.
Stars: ✭ 2,273 (+9782.61%)
Mutual labels:  instagram, instagram-api
instagram-oauth-nodejs-server
Node.js server for Intagram-API OAuth purpose.
Stars: ✭ 12 (-47.83%)
Mutual labels:  instagram, instagram-api
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (+617.39%)
Mutual labels:  instagram, instagram-api
instapi
📷 Python Instagram API
Stars: ✭ 33 (+43.48%)
Mutual labels:  instagram, instagram-api
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
Stars: ✭ 149 (+547.83%)
Mutual labels:  instagram, instagram-api
MyIGBot
MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
Stars: ✭ 137 (+495.65%)
Mutual labels:  instagram, instagram-api
instagram-token-agent
A service to keep your Instagram Basic Display API token fresh.
Stars: ✭ 118 (+413.04%)
Mutual labels:  instagram, instagram-api
Instagrapi
Fast and effective Instagram Private API wrapper
Stars: ✭ 157 (+582.61%)
Mutual labels:  instagram, instagram-api
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-8.7%)
Mutual labels:  instagram, instagram-api
Socialmanagertools Docs
📚 Documentation of Social Manager Tools
Stars: ✭ 151 (+556.52%)
Mutual labels:  instagram, instagram-api
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+686.96%)
Mutual labels:  instagram, instagram-api
Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (+547.83%)
Mutual labels:  instagram, instagram-api
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+965.22%)
Mutual labels:  instagram, instagram-api
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (+500%)
Mutual labels:  instagram, instagram-api
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 (+508.7%)
Mutual labels:  instagram, instagram-api
jekyll-instagram
A Jekyll plugin for displaying your recent Instagram photos
Stars: ✭ 24 (+4.35%)
Mutual labels:  instagram, instagram-api
InstaLite
Instagram api not official easy-to-use class, minimal number of features
Stars: ✭ 72 (+213.04%)
Mutual labels:  instagram, instagram-api

Instagram follow

Instagram scripts for promotion and API wrapper. Written in Python.


As you may know, Instagram closed it's API in summer 2016. This Python module can do the same thing without any effort. Also it has lots of example scripts to start with.

How to install and update

Install latest stable version or update current from pip

pip install -r requirements.txt

Sample usage

Following user followers

python follow_user_followers.py khrigo

Like user followers

python like_user_followers.py khrigo

Unfollowing everyone users

python unfollow_everyone.py

Use whitelist

bot = Bot(whitelist="whitelist.txt")

Use blacklist

bot = Bot(blacklist="blacklist.txt")
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].