# HG changeset patch # User Iannis # Date 1610214080 -7200 # Node ID a4ca2b6d67f5c26377494cc77ea961cfb32207f2 # Parent 1ecbb8de2b393a1b4d45dc7641767623eaea4b87# Parent 81dd107dc7d8967070c1a1c223817948938a048a Merge to close wrong branch. diff -r 1ecbb8de2b39 -r a4ca2b6d67f5 README.rst diff -r 1ecbb8de2b39 -r a4ca2b6d67f5 config_sample.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config_sample.yaml Sat Jan 09 19:41:20 2021 +0200 @@ -0,0 +1,9 @@ +# This file contains the user-specific settings for the scc_access script. +# +# You should rename the file settings_sample.yaml (e.g. to settings.yaml) and move it outside the module repository. Take care to set the +# minimum required permissions, as this file contains SCC access codes. For website login, it is recommended to +# use credential for a user without station-management privileges. +basic_credentials: ['username', 'password'] # The HTTP user name and password that is needed to access the SCC site. +website_credentials: ['username', 'password'] # The user-name and password that is needed to log in to the SCC site. +output_dir: /path/to/files/scc_output/ # The directory to download the files +base_url: https://scc.imaa.cnr.it/ # SCC base URL. Normally you shouldn't need to change that. \ No newline at end of file diff -r 1ecbb8de2b39 -r a4ca2b6d67f5 scc_access/scc_access.py diff -r 1ecbb8de2b39 -r a4ca2b6d67f5 settings_sample.yaml --- a/settings_sample.yaml Sat Jan 09 19:24:29 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -# This file contains the user-specific settings for the scc_access script. -# -# You should rename the file settings_sample.yaml (e.g. to settings.yaml) and move it outside the module repository. Take care to set the -# minimum required permissions, as this file contains SCC access codes. For website login, it is recommended to -# use credential for a user without station-management privileges. -basic_credentials: ['username', 'password'] # The HTTP user name and password that is needed to access the SCC site. -website_credentials: ['username', 'password'] # The user-name and password that is needed to log in to the SCC site. -output_dir: /path/to/files/scc_output/ # The directory to download the files -base_url: https://scc.imaa.cnr.it/ # SCC base URL. Normally you shouldn't need to change that. \ No newline at end of file