Go to file
Suzanne Soy 92470480c0 Start
2023-11-27 17:20:21 +00:00
.github Start 2023-11-27 17:20:21 +00:00
assets chore: use vanity url 2023-11-08 08:43:46 +01:00
_ipfs-add.sh Cron job 2023-11-27 16:10:17 +00:00
_old_index.html Backup all comics 2023-11-27 17:14:28 +00:00
.gitignore Cron job 2023-11-27 16:10:17 +00:00
.nojekyll Cron job 2023-11-27 16:10:17 +00:00
concat_htmls.sh Backup all comics 2023-11-27 17:14:28 +00:00
go.mod chore: use vanity url 2023-11-08 08:43:46 +01:00
go.sum feat: rewrite in Go 2023-06-01 21:24:08 +02:00
LICENSE feat: rewrite in Go 2023-06-01 21:24:08 +02:00
main.go fix permissions 2023-11-27 16:13:40 +00:00
README.md docs: fix readme instructions 2023-11-09 11:06:00 +01:00
xkcd.go feat: rewrite in Go 2023-06-01 21:24:08 +02:00

xkcd-archiver

A cloner of the XKCD comics for archiving purposes.

Install

go install go.hacdias.com/xkcd-archiver@latest

Usage

Usage:
  xkcd-archiver output [flags]

Flags:
      --empty       empty output directory
  -f, --from uint   first comic to download (default 1)
  -h, --help        help for xkcd-archiver
      --skip-html   do not generate HTML files
  -t, --to uint     last comic to download

Contributing

Feel free to open an issue or a pull request.

License

MIT License © Henrique Dias