vladkens / twscrape

2024! Twitter API scrapper with authorization support. Allows you to scrape search results, User's profiles (followers/following), Tweets (favoriters/retweeters) and more.
https://pypi.org/project/twscrape/
MIT License
784 stars 102 forks source link

Add alternate identifier login task #155

Closed LucasLeRay closed 2 months ago

LucasLeRay commented 3 months ago

After intensive usage, Twitter asked me to enter my username (or phone number) to login into my account. This corresponds to the task with id LoginEnterAlternateIdentifierSubtask.

Since this login task doesn't exist on twscrape, I wasn't able to login.

This PR adds the corresponding task, which enters the username to the text input.

vladkens commented 2 months ago

@LucasLeRay thank you!