https://github.com/tiagocoutinho/gocomics
downloader of gocomics comics
https://github.com/tiagocoutinho/gocomics
Last synced: 20 days ago
JSON representation
downloader of gocomics comics
- Host: GitHub
- URL: https://github.com/tiagocoutinho/gocomics
- Owner: tiagocoutinho
- License: mit
- Created: 2017-03-19T14:47:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T14:47:51.000Z (about 8 years ago)
- Last Synced: 2025-03-14T23:04:35.162Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocomics
gocomics downloader
## Installation
$ pip install gocomics
## Requirements
* bs4
* grequests## Usage
$ # List all comics
$ gocomics ls$ # Downloads all calvin and hobbes comics to ~/Downloads/calvinandhobbes
$ gocomics fetch calvinandhobbes$ # Downloads calvin-hobbes comics [1999-01-03..2012-10-20] to /tmp/calvin-hobbes
$ gocomics fetch --start=1999-01-03 --end=2012-10-20 --output-dir=/tmp/calvin-hobbes calvinandhobbes