Mark Derry

Results 3 comments of Mark Derry

I believe that you need to configure the ```data.yaml``` file to include the username and password of the account you want to log into. Also .yaml files are very picky...

Sorry I was referencing an old version. It looks like you can pass this in the command line when you run the script. Alternatively you can create a file with...

You don't need docker at all, this can be run from a simple virtualenv setup with python 3.7 and then run the following: ``` {shell} pip install pyyaml pip uninstall...