Like all posts of a user given the username in Instagram
python main.py -u YOUR_USERNAME -p YOUR_PASSWORD -t USERNAME_TARGET
Python 2.x:
pip install -r install/requirements.txt
Python 3.x:
pip3 install -r install/requirements.txt
Tested both in Python2.x (2.7.15rc1) and Python 3.x (3.6.7)