2024! X / Twitter API scrapper with authorization support. Allows you to scrape search results, User's profiles (followers/following), Tweets (favoriters/retweeters) and more.
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.
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!