https://github.com/tiagocoutinho/xkcd
downloader of xkcd comics
https://github.com/tiagocoutinho/xkcd
Last synced: 20 days ago
JSON representation
downloader of xkcd comics
- Host: GitHub
- URL: https://github.com/tiagocoutinho/xkcd
- Owner: tiagocoutinho
- License: mit
- Created: 2017-03-19T08:53:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T11:10:12.000Z (about 8 years ago)
- Last Synced: 2025-03-16T00:12:39.754Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xkcd
downloader of xkcd comics
## Installation
$ pip install xkcd-get
## Requirements
* bs4
* grequests## Usage
$ # Downloads all xkcd comics to ~/Downloads/xkcd
$ xkcd-get$ # Downloads xkcd comics [10..20] to /tmp/xkcd
$ xkcd-get --start=10 --end=20 --output-dir=/tmp/xkcd