-
Notifications
You must be signed in to change notification settings - Fork 50
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
Failed Logging in to Twitter Require Single-Use Code #7
Comments
I have a problem too. After 3 successful logins, the fourth time I get that error. |
comment this line: https://github.com/godkingjay/selenium-twitter-scraper/blob/ac2f8cc600e0d07512916aa98e8143bd9c8cb9eb/scraper/twitter_scraper.py#L129C9-L129C50 |
I have the same reply message. and I notice that it sends me a code to my email. has anyone already solved the case? |
Same as mine. I think it's a part of Twitter's security mechanism. If you want to scrape using this tool more than 3 times, you need to log in to Twitter, finish that verification first, and then run this tool again. It worked for me. |
I am still experiencing failed login. How did you get pass that step? I did not get any verification request either. |
Are you logging in for the first time or after a few times?" |
Yes it is first time login |
If it's your first time login, maybe you can try to login directly using the command line argument instead of using .env file, also make sure that your password doesn't contain any special chars. Because in my case, that's the problem of me failing to log in for the first time. |
How do I run it without the .env file because I am using the command line. I run |
I believe that error because Twitter send a Single Use Code to my email like 2 factor auth ( although I have disabled 2 factor auth ).
Is that possible if add one more step to submit Single-Use code for Login?
The text was updated successfully, but these errors were encountered: