Update readme

master
Dan Howe 5 years ago
parent 44a09b01e1
commit a9947fb115

@ -12,4 +12,12 @@ You must have the [mozilla geckodriver](https://github.com/mozilla/geckodriver/r
python spectur_live_view.py
```
By default, you will be asked to login manually. If you would like to login automatically, set appropriate values to the `username` and `password` variables in the script header.
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
```

Loading…
Cancel
Save