From a9947fb115e421f75413c2389ce90e2e17782c51 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Wed, 6 Nov 2019 16:21:09 +1100 Subject: [PATCH] Update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0581daa..d010ba9 100644 --- a/README.md +++ b/README.md @@ -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 +```