Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzannesoy/xkcd
https://github.com/suzannesoy/xkcd
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzannesoy/xkcd
- Owner: SuzanneSoy
- License: mit
- Created: 2023-11-27T16:04:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-27T18:43:37.000Z (12 months ago)
- Last Synced: 2023-11-28T16:27:06.474Z (11 months ago)
- Language: Go
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPFS and HTTPs archives of XKCD
* ipns://xkcd.suzanne.soy
* https://xkcd.suzanne.soyThe latest hash can also be found in the GitHub sidebar.
This archive should be automatically updated daily.
# xkcd-archiver
> A cloner of the [XKCD](https://xkcd.com/) 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](LICENSE) © [Henrique Dias](https://hacdias.com)