godkingjay / selenium-twitter-scraper

This is a Twitter Scraper which uses Selenium for scraping tweets. It is capable of scraping tweets from home, user profile, hashtag, query or search, and advanced searches.
Apache License 2.0
177 stars 47 forks source link

I can't specify proxy for selenium #14

Closed pierreminiggio closed 6 months ago

pierreminiggio commented 6 months ago

As a user, I'd like to be able to specify the proxy used my selenium.

Because I want to host this script on a server, and then use a proxy I have at home as a public IP that Twitter will see.

Here is a MR that answers this need : https://github.com/godkingjay/selenium-twitter-scraper/pull/13

pierreminiggio commented 6 months ago

MR adressing this issue : https://github.com/godkingjay/selenium-twitter-scraper/pull/13