All Projects → Harkame → JapScanDownloader

Harkame / JapScanDownloader

Licence: GPL-3.0 license
Script to download mangas from JapScan

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to JapScanDownloader

anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+217.65%)
Mutual labels:  manga, manga-downloader
MangaReaderScraper
Search and download mangas from the command line
Stars: ✭ 23 (+35.29%)
Mutual labels:  manga, manga-downloader
mangadesk
Terminal client for MangaDex 📖
Stars: ✭ 569 (+3247.06%)
Mutual labels:  manga, manga-downloader
fanga
A manga reader and downloader made with flutter
Stars: ✭ 61 (+258.82%)
Mutual labels:  manga, manga-downloader
Renta Downloader
Download manga you rent from http://renta.papy.co.jp/
Stars: ✭ 34 (+100%)
Mutual labels:  manga, manga-downloader
Manga downloader
A Manga download framework using selenium.
Stars: ✭ 307 (+1705.88%)
Mutual labels:  manga, manga-downloader
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (+323.53%)
Mutual labels:  manga, manga-downloader
Bookwalker Downloader
Download manga you rent from https://bookwalker.jp/
Stars: ✭ 26 (+52.94%)
Mutual labels:  manga, manga-downloader
mangodl
An easy-to-use cli tool for downloading manga
Stars: ✭ 154 (+805.88%)
Mutual labels:  manga, manga-downloader
ReadmangaGrabber
Утилита для скачивания манги с сайтов ReadManga, MintManga и SelfManga.
Stars: ✭ 57 (+235.29%)
Mutual labels:  manga, manga-downloader
Tachidesk-Server
A rewrite of Tachiyomi for the Desktop
Stars: ✭ 1,052 (+6088.24%)
Mutual labels:  manga, manga-downloader
marvin
Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/
Stars: ✭ 48 (+182.35%)
Mutual labels:  manga
bilibili manga downloader
B站漫画下载器,目前只支持章节下载
Stars: ✭ 92 (+441.18%)
Mutual labels:  manga-downloader
AllInOneAV
One place to manage AVs
Stars: ✭ 28 (+64.71%)
Mutual labels:  manga
zanime
Android app to watch anime vod online for free
Stars: ✭ 52 (+205.88%)
Mutual labels:  manga
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+347.06%)
Mutual labels:  manga
Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (+123.53%)
Mutual labels:  manga
nani
Crunchyroll without the bloat
Stars: ✭ 63 (+270.59%)
Mutual labels:  manga
tachiyomi-extensions-1.x
[WIP] 1.x extensions rewrite
Stars: ✭ 20 (+17.65%)
Mutual labels:  manga
poketo-reader
Web app for reading and following manga series
Stars: ✭ 29 (+70.59%)
Mutual labels:  manga

JapScanDownloader

PyPI version Codacy Badge Maintainability License: GPL v3

Installation

This project depends on Google Chrome and ChromeDriver, install them first.

$ pip install japscandownloader

OR

$ git clone https://github.com/Harkame/JapScanDownloader.git
$ cd JapScanDownloader
$ python setup.py install
$ which chromedriver
/usr/local/bin/chromedriver

Usage

$ japscandownloader

Configuration

The program uses an configuration file. This file contains list of mangas to download, destination path, etc.

Copy and edit the default configuration file (config.yml) to match your needs.

Change image resolutions

Changing the image resolution is not yet a configurable attribute. Yet you can edit the japscandownloader/jss_selenium.py file and change the window-size to your desired resolution.

TODO

  • Tests with selenium
  • Chapters folders name (not only number)
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].