A Python commandline script for bulk-exporting annotations from a Recogito account.
- Create a copy of the file
config.py.templatenamedconfig.py. - Replace the dummy account details in
config.pywith 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_FOLDERconfig property asFalse
- To bulk-export annotations from documents in a specific folder, specify the folder ID in
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.