python quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 26, in
session.end()
NameError: name 'session' is not defined
How does your quickstart.py look like? Can you provide some more informations to make it easier to help you?
Try defining session like this:
session = InstaPy(username=insta_username, password=insta_password)

I think I actually have accidentaly ran " wait-for-selenium.sh " file ....

Have you already done this step ?
chromedriver for your system from here. Extract the .zip file and put it in /assets folder.Thank you , it works .. It looks like I have ran "wait-for-selenium.sh" and it deleted it ...
Is there a feature that you can follow users who liked specific photo ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this problem still occurs, please open a new issue
Most helpful comment
How does your quickstart.py look like? Can you provide some more informations to make it easier to help you?
Try defining session like this:
session = InstaPy(username=insta_username, password=insta_password)