-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# bulk-export-util | ||
A Python commandline script for bulk-exporting data from a Recogito account | ||
# Recogito Bulk Export Utility | ||
|
||
A Python commandline script for bulk-exporting annotations from a Recogito account. | ||
|
||
## Configure | ||
|
||
1. Create a copy of the file `config.py.template` named `config.py`. | ||
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! | ||
- To bulk-export annotations from documents __in a specific folder__, specify the folder ID in `config.py` | ||
- To bulk-export annotations from __all documents from this account__, leave the value on the `DOWNLOAD_FOLDER` config property as `False` | ||
|
||
## Bulk Download | ||
|
||
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. |