All Projects → italomaia → mangarock.py

italomaia / mangarock.py

Licence: MIT License
(deprecated) mangarock script to download comics

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mangarock.py

rfcs
An initiative to structure the world of metadata for Comic Books, Mangas and other graphic novels.
Stars: ✭ 73 (+461.54%)
Mutual labels:  comics
cbwebreader
Web Based CBR, CBZ and PDF file reader.
Stars: ✭ 31 (+138.46%)
Mutual labels:  comics
KissNetwork.bundle
Plex Channel to view Anime, Asian Drama, Cartoons, Manga & Comics from KissAnime, KissAsian, KissCartoon, KissManga & ReadComicOnline
Stars: ✭ 95 (+630.77%)
Mutual labels:  comics
Docker
Tenma Dockerized
Stars: ✭ 18 (+38.46%)
Mutual labels:  comics
xkcd-to-kindle
A Python script that downloads XKCD comics and converts them to a .mobi e-book
Stars: ✭ 15 (+15.38%)
Mutual labels:  comics
comic book reader
A browser based touch friendly comic book reader
Stars: ✭ 20 (+53.85%)
Mutual labels:  comics
Ichaival
Android client for the LANraragi manga/doujinshi web manager.
Stars: ✭ 89 (+584.62%)
Mutual labels:  comics
rapid-arrows-font
OTF comic font
Stars: ✭ 30 (+130.77%)
Mutual labels:  comics
Manga Colorization
cGAN-based Manga Colorization Using a Single Training Image.
Stars: ✭ 45 (+246.15%)
Mutual labels:  comics
tachiyomi-extensions-1.x
[WIP] 1.x extensions rewrite
Stars: ✭ 20 (+53.85%)
Mutual labels:  comics
calibre-kindle-comics
A calibre plugin that converts your comics into a readable format for kindle.
Stars: ✭ 32 (+146.15%)
Mutual labels:  comics
ComicSpider
动漫之家漫画站电脑版原图爬虫
Stars: ✭ 67 (+415.38%)
Mutual labels:  comics
FoOlSlide2
New version (FoolSlideX) out soon
Stars: ✭ 55 (+323.08%)
Mutual labels:  comics
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+300%)
Mutual labels:  comics
Villains-and-Heroes
Android app built with MVP architectural approach and uses Marvel Comics API that allows developers everywhere to access information about Marvel's vast library of comics. ⚡
Stars: ✭ 53 (+307.69%)
Mutual labels:  comics
tachiyomi-1.x
[WIP] 1.x app rewrite
Stars: ✭ 182 (+1300%)
Mutual labels:  comics
comical-jekyll-theme
A Configurable Webcomic Theme for Jekyll
Stars: ✭ 39 (+200%)
Mutual labels:  comics
8ComicDownloaderElectron
8Comic下載器:一個從8Comic網站下載漫畫的簡單程式,並以GitHub's Electron為開發架構,支援Windows/Linux/Mac,最新版本下載位址:https://github.com/wellwind/8ComicDownloaderElectron/releases
Stars: ✭ 48 (+269.23%)
Mutual labels:  comics
houdoku
Manga reader and library manager for the desktop
Stars: ✭ 128 (+884.62%)
Mutual labels:  comics
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+315.38%)
Mutual labels:  comics

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].