/modrinth-statistics

A simple script for gathering statistics about mods on modrinth

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Modrinth statistics

A simple script for gathering statistics about mods on modrinth

Currently it gathers:

  • Total mod count
  • Percentage and number of mods supporting all of modrinth's supported modloaders
  • Percentage and number of mods supporting 10 most recent minecraft versions
  • Percentage and number of mods supporting all of modrinth's supported licenses

Example output:

image

Running the script

  1. Clone the repo and enter the directory
git clone https://github.com/Ketok4321/modrinth-statistics/ && cd modrinth-statistics
  1. Install npm packages
npm ci
  1. Run the script
npm start