-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named pyvirtualdisplay to run InstaPy-Light #2
Comments
there is a little detail:
:D |
How I feel so stupid :( Now I have got an other issue. Everything run correctly but when I want to connect to instagram is ok for 2s and after everything disappear and I have the following message on terminal.
I am really sorry I never code before. Any ideas? Cheers |
don't worry, fail is part of success! you can add this option to bypass suspicious login attempt:
example: session = InstaPyLight(username='',
password='',
bypass_suspicious_attempt=True,
headless=False) after first successful login, you can delete the bypass_suspicious_attempt line |
thanks a lot you are really helpfull. So I did what you said but now I have got this message.
I think there is an issue with the creating cookie part. Cheers |
the cookie behavior is ok, when there is no cookie yet (first time you run the script), it will show that message. I tried the bypass suspicious feature, and it´s working fine. What last_screen.png shows you ? |
Sorry, I didn't receive any notification for your answer. So now I can connect but it disconnect right away after connexion (see below).
Here the last_screen.png I have got: Cheers |
everything is good, it connects and login successfully, now you need to add the features you want to use in the config.py file |
yes, I figured out just after I put my message, I am gonna follow all your tutorial now to customize my own bot. Thanks a lot. Cheers |
Hi,
I tried to run InstaPy-Light. I made everything like in the tutorial video: https://www.youtube.com/watch?v=h9svDhveps8 but I have got an issue when I try to run it.
I put my info on the config.py and lunch python config.py but nothing happened.
My code:
Did I miss something?
Cheers
The text was updated successfully, but these errors were encountered: