Ketok4321 / modrinth-statistics

A simple script for gathering statistics about mods on modrinth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple script for gathering statistics about mods on modrinth

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%