comicStrip is currently really early alpha release. There may be severe bugs in it and at any given time it may not work at all.
comicStrip is a web-comic archiver. It watches your favorite web-comic for a new release and when they are posted, downloads and indexes them localy for offline viewing.
Currently the logic it uses supports only a limited amount of web-comic navigation methods. (Planning on making it configurable later)
Features Included
- Automaticaly check for new comic release
- Automaticaly download images and index them
- Offline viewer via webinterface (Remembers last strip viewed)
comicStrip uses the following projects:
If you have pip installed, then simply run pip install -r requirements.txt
.
comicStrip borrows and re-uses code from:
To run comicStrip from source you will need Python 2.7.3+ and Mako 0.7.0+
- Will fix this later. Like I said really early alpha.
- Move app logging bits to use the cherrypy log handler
- Add field to specify which element is the comic image, next, prevs links
- Add ability to set the with, height constraints on image detection if element detection fail's
- Add command line arguments