Skip to content

ricardojoserf/instagram-liker-all-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-like-all-posts

Like all posts of a user given the username in Instagram

Usage:

python main.py -u YOUR_USERNAME -p YOUR_PASSWORD -t USERNAME_TARGET

Requirements

Python 2.x:

pip install -r install/requirements.txt

Python 3.x:

pip3 install -r install/requirements.txt

Note

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