A modified version of https://github.com/webcomics/dosage
Find a file
Tobias Gruetzmacher fb37f946e0 Speed up comic module tests.
This fakes an If-Modified-Since header, so most web servers don't need
to send comic images at all. This should also reduce the amount of data
that needs to be fetched for comic module tests.
2016-08-01 00:44:34 +02:00
doc Remove more old stuff. 2016-03-20 18:59:42 +01:00
dosagelib Speed up comic module tests. 2016-08-01 00:44:34 +02:00
scripts Remove DrunkDuck for now. 2016-06-05 22:22:17 +02:00
tests Speed up comic module tests. 2016-08-01 00:44:34 +02:00
.codeclimate.yml Add CodeClimate config. 2016-03-06 00:41:10 +01:00
.gitattributes Remove more old stuff. 2016-03-20 18:59:42 +01:00
.gitignore Move pytest-travis-fold to the right place. 2016-03-20 19:55:34 +01:00
.mailmap Switch build to PBR. 2015-11-03 23:27:53 +01:00
.travis.yml Travis: Switch to native pip cache. 2016-05-21 16:06:11 +02:00
COPYING Updated copyright. 2014-01-05 16:50:57 +01:00
dosage Move command line tool into package. 2016-05-16 14:57:47 +02:00
MANIFEST.in Remove more old stuff. 2016-03-20 18:59:42 +01:00
README.md Add Coveralls to Travis, badges in README. 2016-03-14 01:10:28 +01:00
requirements.txt Replace home-grown Python2/3 compat. with six. 2016-05-05 23:33:48 +02:00
setup.cfg Move command line tool into package. 2016-05-16 14:57:47 +02:00
setup.py Switch build to PBR. 2015-11-03 23:27:53 +01:00
tox.ini Set minimum Python version to 2.7. 2016-06-04 22:41:00 +02:00

Dosage

Build Status Code Climate Coverage Status

Dosage is a comic strip downloader and archiver.

Dosage is designed to keep a local copy of specific webcomics and other picture-based content such as Picture of the Day sites. With the dosage commandline script you can get the latest strip of a webcomic, or catch-up to the last strip downloaded, or download a strip for a particular date/index (if the webcomic's site layout allows this).

Multiple webcomics can be downloaded in parallel, making the update of comic strips faster.

See http://dosage.rocks/ for more info.