Instapy: i can't execute quickstart.py :( | NEWBIE |

Created on 23 Dec 2017  路  3Comments  路  Source: timgrossmann/InstaPy

Expected Behavior

I want to execute quickstart.py in order to get follow unfollow

Current Behavior

But i can't execute it, that's my error message :
from .instapy import InstaPy
File "/home/pierre-louis/Desktop/InstaPy/InstaPy/instapy/instapy.py", line 11, in
from pyvirtualdisplay import Display
Import Error : No module named pyvirtualdisplay

Possible Solution (optional)

InstaPy configuration

from instapy import InstaPy

insta_username = ''
insta_password = ''

session = Instapy(username=insta_username, password='insta_password)
session.login()

session.follow_users_followers(['appleipy', 'legittechinfo'], amount=5, randomyze=False, sleep_delay =60)
session.unfollow_users(amount=10, onlyInstapyFollow=True, onlyInstapyMethod="LIFO", sleep_delay=60)

session.end()

help wanted

Most helpful comment

Thank you ! I installed all modules and now it works ;)

All 3 comments

try pip install pyvirtualdisplay

Thank you ! I installed all modules and now it works ;)

when I execute quickstart.py ,no error, the file executes but no window opens.Can someone help?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tibor picture tibor  路  3Comments

ediooo picture ediooo  路  3Comments

thisishotdog picture thisishotdog  路  3Comments

ghost picture ghost  路  3Comments

n0sw34r picture n0sw34r  路  3Comments