dharmab / mangadex-ranker

Rank manga on MangaDex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rank manga on MangaDex


Languages

Language:Python 98.0%Language:Makefile 2.0%