Skip to content

khrigo/instragram-follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")