Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onyxfish/dcupload

A quick and dirty command line tool for bulk uploading documents to DocumentCloud.
https://github.com/onyxfish/dcupload

Last synced: about 1 month ago
JSON representation

A quick and dirty command line tool for bulk uploading documents to DocumentCloud.

Awesome Lists containing this project

README

        

h1. dcupload

A quick and dirty command line tool for bulk uploading documents to DocumentCloud.

h2. Install


pip install dcupload

h2. Use


Usage: dcupload [options] directory

Options:
-h, --help show this help message and exit
-u USERNAME, --username=USERNAME
DocumentCloud username
-p PASSWORD, --password=PASSWORD
DocumentCloud password
-s SOURCE, --source=SOURCE
value for the documents' "source" fields
-a ACCESS, --access=ACCESS
"public", "private" or "organization" -- defaults to
private
-r PROJECT, --project=PROJECT
numeric id of a project to upload documents into

h2. License

MIT.