Skip to content

Commit e07714d

Browse files
committed
Readme
1 parent f47f046 commit e07714d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# bulk-export-util
2-
A Python commandline script for bulk-exporting data from a Recogito account
1+
# Recogito Bulk Export Utility
2+
3+
A Python commandline script for bulk-exporting annotations from a Recogito account.
4+
5+
## Configure
6+
7+
1. Create a copy of the file `config.py.template` named `config.py`.
8+
2. Replace the dummy account details in `config.py` with your own Recogito username and password. Keep in mind that Recogito username and password are case-sensitive!
9+
- To bulk-export annotations from documents __in a specific folder__, specify the folder ID in `config.py`
10+
- To bulk-export annotations from __all documents from this account__, leave the value on the `DOWNLOAD_FOLDER` config property as `False`
11+
12+
## Bulk Download
13+
14+
Run the download script with `python download.py`. The Script requires Python 3 installed on your system. After completion, the annotations will be in the download-folder configured in `config.py`, in both JSON-LD and CSV format.

0 commit comments

Comments
 (0)