A modified version of https://github.com/webcomics/dosage
Find a file
2018-03-11 01:17:43 +01:00
doc Remove more old stuff. 2016-03-20 18:59:42 +01:00
dosagelib Update LeastICouldDo (fixes #99) 2017-12-15 00:00:25 +01:00
scripts Only support modern versions of PyCountry. 2017-11-26 19:29:48 +01:00
tests Replace online tests with mocks. 2017-10-15 14:54:44 +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 Drop Python 3.3, since py.test doesn't support it anymore. 2017-11-28 01:57:05 +01:00
COPYING Update copyright year. 2018-03-11 01:17:43 +01:00
dosage Update copyright year. 2018-03-11 01:17:43 +01:00
MANIFEST.in Remove more old stuff. 2016-03-20 18:59:42 +01:00
README.md Update copyright year. 2018-03-11 01:17:43 +01:00
requirements.txt Replace custom @memoized with stdlib @lru_cache. 2016-10-29 00:46:49 +02:00
setup.cfg Update copyright year. 2018-03-11 01:17:43 +01:00
setup.py Update copyright year. 2018-03-11 01:17:43 +01:00
tox.ini Don't span more than 4 threads (because Travis-CI ;)) 2017-12-19 23:08:35 +01:00

Dosage

Build Status Code Climate codecov Maintenance

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.