Skip to content

dpsommer/manga-reader

Repository files navigation

MangaReader

Lightweight python CLI for indexing, searching, and downloading Manga from popular online sources.

Usage

Usage: manga [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  download  - 
  read      -
  search    -
  version   -

Indexing

Sources are scraped and indexed using Whoosh

Search

Downloads

By default, chapters are downloaded to ~/.manga/manga/<title>.

Contributing

Local installation

To install the package after checking out the repo locally, run

$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install -r requirements.txt
$ python -m pip install -e ./ 

Running the tests

The reader uses the pytest unit testing framework and pytest-cov for code coverage. Tests can be run after installing the package locally with

$ py.test

from the project root.

About

Manga Downloader app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •