Minegrapht was my final project for Graph Mining (CSCI-4963). The goal was to scrape Minecraft mod data to be able to create graphs with mods as nodes and edges as some measure of relatedness.
The bulk of the work of this project was scraping data. I scraped mod metadata, dependencies, and what modpacks they are in from curseforge and activity data (authors and issue/pr comments) from GitHub. I then processed this data into various graphs and used networkx to render them.
You can find the rendered graphs here, though be warned that some of the images are a couple dozen megabytes. For more information, see the complete project write-up or the shorter video presentation: