Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 387 Bytes

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)