https://github.com/hacdias/xkcd-archiver
A cloner of the XKCD comics for archiving purposes.
https://github.com/hacdias/xkcd-archiver
archival clones preservation xkcd xkcd-clone
Last synced: 4 months ago
JSON representation
A cloner of the XKCD comics for archiving purposes.
- Host: GitHub
- URL: https://github.com/hacdias/xkcd-archiver
- Owner: hacdias
- License: mit
- Archived: true
- Created: 2019-04-28T21:34:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:37:03.000Z (about 1 year ago)
- Last Synced: 2024-11-06T04:05:05.095Z (7 months ago)
- Topics: archival, clones, preservation, xkcd, xkcd-clone
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xkcd-archiver
> A cloner of the [XKCD](https://xkcd.com/) 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](LICENSE) © [Henrique Dias](https://hacdias.com)