MangaReaderScraper
Search and download specific volumes of a manga series from MangaReader and store as a PDF.
Install
To install:
git clone https://github.com/superDross/MangaReaderScraper
pip3 install -r MangaReaderScraper/requirements.txt
export PYTHONPATH=$PYTHONPATH:/path/to/MangaReaderScraper/
GUI
To use the GUI instead of the CLI, simply don't parse any args:
python3 MangaReaderScraper
CLI
Options
--search Search mangareader.net for a given query and select to download one of the mangas from the parsed searched results.
--manga Manga series name to download.
--volume Manga series volume number to download.
--cbz Store in CBZ format instead of PDF.
Example Usage
After using the search function, a table will appear and you will be asked to select a specific manga (type a number in the first column). You will subsequently be asked to download a specific volume. In the example below, Dragon Ball Super volume 1 has been selected for download.
$ python3 MangaReaderScraper --search dragon ball
+----+---------------------------------+-----------+--------+
| | Title | Volumes | Type |
|----+---------------------------------+-----------+--------|
| 0 | Dragon Ball: Episode of Bardock | 3 | Manga |
| 1 | Dragon Ball SD | 20 | Manga |
| 2 | DragonBall Next Gen | 4 | Manga |
| 3 | Dragon Ball | 520 | Manga |
| 4 | Dragon Ball Z - Rebirth of F | 3 | Manga |
| 5 | Dragon Ball Super | 29 | Manga |
+----+---------------------------------+-----------+--------+
Select manga number
5
Dragon Ball Super has been selected for download.
Which volume do you want to download (Enter alone to download all volumes)?
1
To simply download a manga series volumes:
# Download all Dragon Ball volumes
python3 MangaReaderScraper --manga dragon-ball
# Download volume 2 of the Final Fantasy XII manga
python3 MangaReaderScraper --manga final-fantasy-xii --volume 2
Release files for MangaReaderScraper 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| MangaReaderScraper-0.1.tar.gz | 10.2 kB | Details |
Release files / MangaReaderScraper-0.1.tar.gz
| Download URL | MangaReaderScraper-0.1.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9468f16725f6a838e76768f7641b9906e854866e7a2c2179fd61b57ea7f5bce0
|
|
BLAKE2b-256 checksum How to use checksums |
30b8a49ba8955c0e12de1cf30959f7db4be1d7829f381bb726ba276387e40b3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.4
|