nettime/README

14 lines
366 B
Plaintext
Raw Normal View History

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
---