Commit graph

4 commits

Author SHA1 Message Date
ef1fc32d4b
add: [new] dcu-fetch-ng.py is a Python script to fetch blobs published by DCU
Python 3 and updates to work with the latest Azure Python SDK
2018-12-12 17:25:07 +01:00
8c98ae7524 date option added to limit the query of containers
date in format YYYY-MM-DD to limit the query (default is all)
2013-02-07 16:38:18 +01:00
cb61f4e217 remove json_util dependency 2013-02-07 10:58:23 +01:00
766d791da9 First version to fetch, uncompress and dump DCU blobs.
By default, it's the raw format (txt) dump from DCU. You
can also dump JSON format.

Usage: dcu-fetch.py [options] dcu feed blob fetcher

Options:
  -h, --help            show this help message and exit
  -d, --debug           output debug message on stderr
  -a ACCOUNT_NAME, --account_name=ACCOUNT_NAME
                        Microsoft Azure account name
  -k ACCOUNT_KEY, --account_key=ACCOUNT_KEY
                        Microsoft Azure key to access DCU container
  -c, --clear           Delete blobs and containers after fetching
  -e, --header          Remove field header in the output (default is
                        displayed)
  -f OUTPUT_FORMAT, --format=OUTPUT_FORMAT
                        output txt, json (default is txt)
2013-02-04 18:46:29 +01:00