/mangadex-ranker

Rank manga on MangaDex

Primary LanguagePython

MangaDex Ranker

Update: MangaDex has fixed their rating algorithm. This script is now unmaintained.

Script to rank manga on MangaDex. Uses a less naive rating algorithm.

# Set up a virtualenv first!
pip install -r requirements.txt
./mangadex.py -h

Example: Rank the top fantasy slice of life manga:

./mangadex.py --match-tags 'fantasy' 'slice of life'

Example: Rank the top fantasy manga which are not isekai:

./mangadex.py --match-tags fantasy --exclude-tags isekai

If you want to search using your account preferences, set the MANGADEX_USERNAME and MANGADEX_PASSWORD environment variables.