This is a template for a Selenium Project with several enhancements:
-
Uses a random proxy provided by gimmeproxy each time it is run
-
Selenium Chrome Driver with uBlock to get rid of annoying ads
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Ensure you have Python 2.7.* on your machine with pip installed.
-
Install Selenium with pip
pip install selenium
- Intall requests with pip
pip install requests
-
Download chromedriver to the root of this project folder
-
uBlock Chrome extension uBlock-Origin_v1.14.24.crx has been added for you in this project, but feel free to replace/upgrade it.
python run.py
Please feel free to submit pull requests.