Go to file
2023-11-27 18:43:32 +00:00
.github Download till latest comic 2023-11-27 18:35:46 +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 Updated README.md, testing if things work when there are no updates 2023-11-27 18:43:32 +00:00
xkcd.go feat: rewrite in Go 2023-06-01 21:24:08 +02:00

IPFS and HTTPs archives of XKCD

The latest hash can also be found in the GitHub sidebar.

This archive should be automatically updated daily.

xkcd-archiver

A cloner of the XKCD comics for archiving purposes.

Forked from https://github.com/hacdias/xkcd-archiver

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