File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,9 @@ $RECYCLE.BIN/
4545Network Trash Folder
4646Temporary Items
4747.apdisk
48+
49+ # project-specific
4850secrets.py
51+ * .pyc
52+ data /*
53+ ! data /.keep
Original file line number Diff line number Diff line change 11# dspace-data-collection
2+
3+ expects a secrets.py file something like the following:
4+ ```
5+ baseURL='https://dspace.myuni.edu'
6+ # credentials for an authorized dspace user
7+ email='dspace_user@.myuni.edu'
8+ password='my_dspace_password'
9+ # full path to a directory into which to store output
10+ filePath = '/Users/dspace_user/dspace-data-collection/data/'
11+ # handlePrefix may vary from your dspace url (or may not)
12+ handlePrefix = 'http://dspace.myuni.edu/handle/'
13+ ```
14+ this file will be gitignored.
You can’t perform that action at this time.
0 commit comments