Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jodal/comics
- Owner: jodal
- License: agpl-3.0
- Created: 2009-05-11T12:49:31.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T22:32:35.000Z (about 1 month ago)
- Last Synced: 2024-10-11T00:53:28.176Z (about 1 month ago)
- Topics: comics, comics-reader, django, python
- Language: Python
- Homepage: https://comics.readthedocs.io
- Size: 6.88 MB
- Stars: 133
- Watchers: 10
- Forks: 32
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
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).