Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/onyxfish/dcupload
- Owner: onyxfish
- Created: 2011-03-15T21:50:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T01:35:20.000Z (over 13 years ago)
- Last Synced: 2024-08-16T14:07:23.555Z (3 months ago)
- Language: Python
- Homepage: http://blog.apps.chicagotribune.com/
- Size: 271 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
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 dcuploadh2. Use
Usage: dcupload [options] directoryOptions:
-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 intoh2. License
MIT.