Code Monkey home page Code Monkey logo

mangarock.py's Introduction

Mangarock

Script to download, decrypt and parse comics from mangarock. Enjoy!

Install

pip install -e git+https://github.com/italomaia/mangarock.py#egg=master

Usage

> mangarock mrs-serie-74620  # download full comic
> mangarock mrs-serie-74620 -c 0  # download first chapter as webp images
> mangarock mrs-serie-74620 -p -c 0  # download first chapter as png images
> mangarock mrs-serie-74620 -j -c 0  # download first chapter as jpg images
> mangarock mrs-serie-74620 -s  # show info about the series

Dockerfile usage

Given you have docker installed:

> cd /path/to/mangarock-project-folder
> docker build . -t mangarock
> docker run --rm -v /path/where/comic/should/be/put:/home/nonroot mangarock mrs-serie-74620  # or
> docker run --rm -v /path/where/comic/should/be/put:/home/nonroot mangarock mrs-serie-74620 -c 0

Note

Images are downloaded in webp format, which is new in might not open with all image viewers. As a last resort, you can use your web browser to open it.

MRI parser is based in this implementation.

Series folder are not compatible with the comic file types (cbz, cbr, etc) yet because webp is simply not supported.

mangarock.py's People

Contributors

italomaia avatar seblemaguer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.