You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# handlePrefix may vary from your dspace url (or may not)
12
-
handlePrefix = 'http://dspace.myuni.edu/handle/'
7
+
password='my_dspace_password'
8
+
filePath = '/Users/dspace_user/dspace-data-collection/data/' # full path to a directory into which to store output files
9
+
handlePrefix = 'http://dspace.myuni.edu/handle/' # handlePrefix may vary from your dspace url (or may not)
13
10
```
14
-
this file will be gitignored.
11
+
This secrets.py file will be ignored according to the repository's .gitignore file so that DSpace login details will not be inadvertently exposed through Github
15
12
16
13
*Note that all of these scripts skip collection '24' for local reasons. To change this, edit the following portion of the script (typically between line 27-39)
0 commit comments