vladkens / twscrape

2024! X / 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
1.13k stars 132 forks source link

Failed to login: AsyncClient.__init__() got an unexpected keyword argument 'proxy' #124

Closed ywh03 closed 8 months ago

ywh03 commented 9 months ago

upon running twscrape login_accounts I get this error; what could have caused it?

vladkens commented 9 months ago

Hi, @ywh03.

You need to update the version of the httpx dependency

Httpx version fixed in: https://github.com/vladkens/twscrape/releases/tag/v0.11.1

pip install --upgrade twscrape
github-actions[bot] commented 8 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 8 months ago

This issue was closed because it has been stalled for 5 days with no activity.