From 3e78acc804ac53f75dee87f4edd499c6fad3a277 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 13 Sep 2022 21:36:22 -0700 Subject: initial commit --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..73eb14f --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +koya: archive git repositories from sourcehut user accounts + +usage: koya.py [-h] [--origin ORIGIN] --token TOKEN [--delay DELAY] users [users ...] + +positional arguments: + users username(s) to archive + +options: + -h, --help show this help message and exit + --origin ORIGIN sourcehut origin URL (default: https://git.sr.ht/) + --token TOKEN account oauth access token (default: None) + --delay DELAY delay between origin requests (seconds) (default: 1) -- cgit v1.2.3-54-g00ecf