-
Notifications
You must be signed in to change notification settings - Fork 3
Command line arguments
Morten Møller edited this page Oct 18, 2022
·
3 revisions
Running ./twitchclipper --help
will give you these options:
-u, --username Twitch username
--from Date from (e.g 2021-05-15) inclusive
--to Date to (e.g 2021-05-22) inclusive
--update Check for update and update
--help Display this help screen.
--version Display version information.
Argument | Required | Description |
---|---|---|
--username | Yes (unless when using --update) | Which Twitch user's clips you want to download |
--from | No (except when --to is set) | When you want to start downloads from, written as yyyy-MM-dd (e.g. 2021-05-15) |
--to | No (except when --from is set) | When --from is provided, this is the end date (e.g. 2021-05-22) |
--update | No | Checks for an update and then updates |