Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 306 Bytes

to run:

  • download chromedriver, unzip, move to /usr/local/bin (mac os / linux)
  • pip install selenium

create a secrets.py file with variables:

 username = 'your_username'
 password = 'your_password'

please add more features to this, would be awesome to see what you can come up w

cheers