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
Example output:
Running the script
- Clone the repo and enter the directory
git clone https://github.com/Ketok4321/modrinth-statistics/ && cd modrinth-statistics
- Install npm packages
npm ci
- Run the script
npm start