diff options
author | Jordan <me@jordan.im> | 2022-09-13 21:36:22 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-09-13 21:36:22 -0700 |
commit | 3e78acc804ac53f75dee87f4edd499c6fad3a277 (patch) | |
tree | 14b819a9d2eb5ac2c7fedffa18b930fa25d627a5 /README | |
download | koya-3e78acc804ac53f75dee87f4edd499c6fad3a277.tar.gz koya-3e78acc804ac53f75dee87f4edd499c6fad3a277.zip |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) |