All Projects → superDross → MangaReaderScraper

superDross / MangaReaderScraper

Licence: GPL-3.0 license
Search and download mangas from the command line

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MangaReaderScraper

MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (+73.91%)
Mutual labels:  scraper, manga, cbz
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (+213.04%)
Mutual labels:  manga, manga-reader, manga-downloader
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+134.78%)
Mutual labels:  manga, manga-reader, manga-downloader
fanga
A manga reader and downloader made with flutter
Stars: ✭ 61 (+165.22%)
Mutual labels:  manga, manga-reader, manga-downloader
Tachidesk-Server
A rewrite of Tachiyomi for the Desktop
Stars: ✭ 1,052 (+4473.91%)
Mutual labels:  manga, manga-reader, manga-downloader
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (+2208.7%)
Mutual labels:  scraper, manga
Cum
comic updater, mangafied
Stars: ✭ 117 (+408.7%)
Mutual labels:  scraper, manga
ai-cms
Free and open source Manga CMS (Deprecated!)
Stars: ✭ 35 (+52.17%)
Mutual labels:  manga-reader, manga-downloader
Bookwalker Downloader
Download manga you rent from https://bookwalker.jp/
Stars: ✭ 26 (+13.04%)
Mutual labels:  manga, manga-downloader
mangodl
An easy-to-use cli tool for downloading manga
Stars: ✭ 154 (+569.57%)
Mutual labels:  manga, manga-downloader
Renta Downloader
Download manga you rent from http://renta.papy.co.jp/
Stars: ✭ 34 (+47.83%)
Mutual labels:  manga, manga-downloader
Misakatranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
Stars: ✭ 2,211 (+9513.04%)
Mutual labels:  manga, manga-reader
NHentai-API
NHentai API made using python BeautifulSoup webscrapping.
Stars: ✭ 27 (+17.39%)
Mutual labels:  manga, manga-reader
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+86.96%)
Mutual labels:  manga, manga-reader
MangAdventure
A simple manga hosting CMS written in Django
Stars: ✭ 51 (+121.74%)
Mutual labels:  manga, manga-reader
ReadmangaGrabber
Утилита для скачивания манги с сайтов ReadManga, MintManga и SelfManga.
Stars: ✭ 57 (+147.83%)
Mutual labels:  manga, manga-downloader
houdoku
Manga reader and library manager for the desktop
Stars: ✭ 128 (+456.52%)
Mutual labels:  manga, manga-reader
Okuma-Reader
Online book/manga/image set/webtoon reader and library with some key features like Japanese page order, double-page view, touch gestures, multiple languages, and pre-caching of next pages.
Stars: ✭ 31 (+34.78%)
Mutual labels:  manga, manga-reader
mangadesk
Terminal client for MangaDex 📖
Stars: ✭ 569 (+2373.91%)
Mutual labels:  manga, manga-downloader
yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (+665.22%)
Mutual labels:  manga, manga-reader

MangaReaderScraper

Deprecated project, do not use

Search & download mangas from the command line.

Install

Requires Python3.7+

To install:

pip3 install --user MangaReaderScraper

For development:

git clone https://github.com/superDross/MangaReaderScraper
pip install -r MangaReaderScraper/dev_requirements.txt
export PYTHONPATH=$PYTHONPATH:/path/to/MangaReaderScraper/

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.
--volumes Manga series volume number to download.
--filetype Format to store manga as {PDF/CBZ}.
--output Directory to save downloads (defaults to ~/Downloads)
--source Website to scrape from {mangareader/mangafast} - mangakaka has been deprecated
--upload Upload mangas to a cloud storage service
--override_name Change manga name used to store volume(s) locally or in the cloud
--remove Delete the manga(s) after they have downloaded & uploaded

Config

The default config file lives in $HOME/.config/mangascraper.ini and is as below:

[config]

# directory to save downloaded files to
manga_directory = /home/dir/Download

# default website to download from
source = mangareader

# defaulta filetype to store mangas as
filetype = pdf

# root cloud directory to upload the manga to
upload_root = /

Uploading

Dropbox

Follow this guide to create a token. Then place the token into your config (~/.config/mangarscraper.ini):

[dropbox]
token = hdkd87799jjjj

Mega

Add your email and password to the config file:

[mega]
email = [email protected]
password = notapassword123

pCloud

Add you email and password to the config file:

[pcloud]
email = [email protected]
password = notapassword123

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.

$ manga-scraper --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-25 33 56

To download a manga directly:

# Download all Dragon Ball volumes & upload to dropbox
manga-scraper --manga dragon-ball --upload dropbox

# Download volume 2 of the Final Fantasy XII manga
manga-scraper --manga final-fantasy-xii --volumes 2

# Download Dragon Ball Super volumes 3-7 & 23
manga-scraper --manga dragon-ball-super --volumes 3-7 23
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].