-
Notifications
You must be signed in to change notification settings - Fork 0
MangaDex
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"
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)
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
Returns a random manga
python main.py --mangadex (-RD | --random)
^ 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.
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.
Sets your status on a manga by its ID. Requires login.
Visually it would be:
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.
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.