Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jodal/comics

🗞️ Comics is a webcomics aggregator.
https://github.com/jodal/comics

comics comics-reader django python

Last synced: 11 days ago
JSON representation

🗞️ Comics is a webcomics aggregator.

Awesome Lists containing this project

README

        

# 🗞 Comics

_Comics is a webcomics aggregator._

[![CI](https://img.shields.io/github/actions/workflow/status/jodal/comics/ci.yml)](https://github.com/jodal/comics/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/readthedocs/comics)](https://comics.readthedocs.io/)
[![Coverage](https://img.shields.io/codecov/c/gh/jodal/comics)](https://codecov.io/gh/jodal/comics)

---

Comics is a webcomics aggregator. Out of the box it can crawl and archive
about two hundred comics every day. The comics are made available through an
easy to use web interface were users can build personalized collections of
their favorite comics, and then read them on the site or using a feed reader.

Adding a new comic to your installation requires only the addition of a single
Python file with some metadata and a few lines of code. To make crawler
development easy, Comics comes with both documentation and powerful APIs for
crawling web sites and feeds.

## Installation and usage

Comics runs on Python and Django. For instructions on how to install and use it, see [the documentation](https://comics.readthedocs.io/).

## Development status

The Comics project is almost as old as Django itself, with the code base
originating back to 2007. However, as of 2021, the project isn't entirely
dead: the project maintainer is still running his own instance with a number
of regular users. There are no immediate plans for any new features, but
the project is up-to-date with recent releases of Python, Django, and other
dependencies, with a modern and maintainable deployment setup.

## License

Comics is copyright 2009-2024 Stein Magnus Jodal and contributors.
Comics is licensed under the
[GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.en.html).