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

Unknown scheme for proxy URL #96

Closed stachic closed 7 months ago

stachic commented 1 year ago

Hey! Love your lib. I am running into an issue when trying to use accounts with proxies. I am using IP authenticated proxies with no username;pass in a format of ip:port.

I tried both: proxy = '39.153.102.109:8800' proxy = 'http://39.153.102.109:8800'

and always running into 'Unknown scheme for proxy URL' error. Please help!

polyphia commented 10 months ago

Same here, there is def sthg wrong with this

vladkens commented 7 months ago

@polyphia should be fixed in v0.11