Skip to content

MangaDex

Benjababe edited this page Mar 4, 2023 · 3 revisions

Usage

Login

Some functionalities of the script requires the user to login prior to using them.

python main.py --mangadex (-L | --login) "username password 2FA(If applicable)"

eg. python main.py --mangadex "--login username password"

Data Savings

Toggles whether you want to download the compressed images or not from the server. Login is not required.

python main.py --mangadex (-DS | --data-saver)

Quick Search

Makes a generic quick search for your query.

python main.py --mangadex (-S | --search) query

eg. python main.py --mangadex --search umineko

Would give you the search results of the page: https://api.mangadex.org/manga?title=umineko

Random

Returns a random manga

python main.py --mangadex (-RD | --random)

Set Reading Language

^ and follow the prompts. Requires login.

python main.py --mangadex "(-LANG | --langauge) language"

eg. python main.py --mangadex "--language en"

To set reading language to english. Has to match the list of languages, run it once without the desired language to see all of them.

Download

Downloads given manga or chapter. If manga is given, it will prompt the chapters for download.

python main.py --mangadex (-U | --url) url

eg. python main.py --mangadex --url https://mangadex.org/title/fe5b40a2-061e-4f09-8f04-86e26aae5649

To select that manga for download.

Manga Actions

Sets your status on a manga by its ID. Requires login.

Visually it would be:

The mangadex screenshot goes here

python main.py --mangadex --reading-status manga_id

eg. python main.py --mangadex "--reading-status fe5b40a2-061e-4f09-8f04-86e26aae5649"

To update "Umineko no Naku Koro ni Tsubasa" with your account.

Marking Chapters

To mark a followed manga's chapter read status. Requires login.

python main.py --mangadex "(-MR | -MU | --mark-read | --mark-unread) chapter_id"

eg. python main.py --mangadex --mark-read 1bc3eae8-27b9-4f73-b559-828c987fb98b

To mark "Umineko no Naku Koro ni Tsubasa" Chapter 1 as read.

Clone this wiki locally