https://github.com/Ketok4321/modrinth-statistics
A simple script for gathering statistics about mods on modrinth
https://github.com/Ketok4321/modrinth-statistics
modrinth
Last synced: 13 days ago
JSON representation
A simple script for gathering statistics about mods on modrinth
- Host: GitHub
- URL: https://github.com/Ketok4321/modrinth-statistics
- Owner: Ketok4321
- License: gpl-3.0
- Archived: true
- Created: 2022-06-22T17:41:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T18:48:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T07:42:40.022Z (16 days ago)
- Topics: modrinth
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - Ketok4321/modrinth-statistics - A simple script for gathering statistics about mods on Modrinth (Miscellaneous / In-game)
README
# 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:
# Running the script
1. Clone the repo and enter the directory
```
git clone https://github.com/Ketok4321/modrinth-statistics/ && cd modrinth-statistics
```
2. Install npm packages
```
npm ci
```
3. Run the script
```
npm start
```