2016-12-31 17:56:37 +01:00
|
|
|
Usage: archive.py [options]
|
2016-06-23 15:12:16 +02:00
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-u URL, --url=URL nettime url
|
2016-12-31 17:56:37 +01:00
|
|
|
(default='http://www.nettime.org/archives.php')
|
|
|
|
|
-l LIST, --list=LIST nettime's list name (default=nettime-l)
|
|
|
|
|
-a ARCH, --arch=ARCH path to archives directory (default='archives')
|
2016-06-23 15:12:16 +02:00
|
|
|
|
2016-12-31 17:56:37 +01:00
|
|
|
Dependencies: bs4
|
|
|
|
|
|
2017-01-02 19:15:31 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Usage: report.py [options]
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-i INPUT_SCRIPT, --input-script=INPUT_SCRIPT
|
|
|
|
|
input (json) script mapping commands to text
|
|
|
|
|
placeholders
|
|
|
|
|
-o OUTPUT_FILE, --output-file=OUTPUT_FILE
|
|
|
|
|
report file to be generated
|
|
|
|
|
-t TEMPLATE_FILE, --template-file=TEMPLATE_FILE
|
|
|
|
|
template file from which the report is generated
|
|
|
|
|
-a ARCHIVE, --archive=ARCHIVE
|
|
|
|
|
the archive dir or file (.json.gz) to produce the
|
|
|
|
|
report from (default='nettime-l_2016-12-31.json.gz')
|
|
|
|
|
|
|
|
|
|
Dependencies: pandas, matplotlib (for graphs)
|
2016-12-31 17:56:37 +01:00
|
|
|
|
|
|
|
|
|