Go to file
Dan Howe a65de58d14 Save images in separate folder for each high tide
README.md Update readme
spectur_live_view.py Save images in separate folder for each high tide

README.md

spectur

Open an automated selenium webdriver, and download images from Live View mode.

Requirements

You must have the mozilla geckodriver in your path. The simplest way to do this is store it in the same folder as the spectur_live_view.py script.

Usage

python spectur_live_view.py

By default, you will be asked to login manually. If you would like to login automatically, there are two options:

  1. Set appropriate values to the username and password variables in the script header.
  2. Save your credentials inside a file called .spectur in your home directory.

# .spectur

USERNAME: username
PASSWORD: password