You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Howe a9947fb115 | 5 years ago | |
---|---|---|
README.md | 5 years ago | |
spectur_live_view.py | 5 years ago |
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:
- Set appropriate values to the
username
andpassword
variables in the script header. - Save your credentials inside a file called
.spectur
in your home directory.
# .spectur
USERNAME: username
PASSWORD: password