Bots to make your life a little easier
- You'll need Python 3 (of course)
- Install selenium using
pip install selenium
- Download your respective webdriver for your Browser (Most common webdriver links are provided below)
- Change the PATH variable inside the source code to where you store your webdriver.exe
- Be sure to provide your username and password in the object creation...
- Lastly,
python <file_name>.py