Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Jan 15, 2023
1 parent f47f046 commit e07714d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
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.

0 comments on commit e07714d

Please sign in to comment.