Skip to content

pelagios/bulk-export-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python commandline script for bulk-exporting annotations from a Recogito account

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages