/Mangadex-Downloader

Python script to download manga chapters from mangadex.org

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Mangadex-Downloader

mangadex.py

Script to be run from command line in order to download a whole manga or a chapter from mangadex. It makes use of the given API.

After downloading a single chapter, its pages will be merged into a single pdf file.

Requirements

An environment Python scripts can be run in.

Installation

git clone https://github.com/liviusi/Mangadex-Downloader/
cd Mangadex-Downloader

Usage

  • l flag: optionally allows for a language different from English to be chosen for downloading. ISO 639-1 codes are available.
  • d flag: optionally allows for images to be downloaded in a lower resolution.

bot.py - STILL TO BE REDONE