Skip to content

jalomas7/SkyrimMods-Public

Repository files navigation

SkyrimMods

Final Project Repository for study of Mods for Skyrim

This repo is a mirror of the skyrim mods private repository used in for study of how mods are used in skyrim. It is here for viewing purposes only and is not complete.

The json files containing the information on mods from Nexus.com follow the form {mod_id : [mod_url,likes, downloads, name, description, release_date, update_date, creator, unique_downloads, pageviews]}

the json files related to the tags follow one of the following forms: {tag: [mod_ids_under_tag]} OR {mod_id: [tags_under_id]}

/steam/ - holds all scripts and data pretaining to the scrape of the steam workshop
Scraper file has three sections
first section - loads all of the skyrim workshop pages and records the urls directing to every mod and writes them to links.txt
second section - grabs all of the catagories and writes them to catagoroes.txt
third section - visits all of the pages in the links.txt page and visits them, creating an instance of a class and prints to a json file which was initially just output.txt

second file - untitled.ipynb Tag scraping -- Rename this
loads all of the tag pages and creates a dictionary of tag names keyed to mod ids prints the dictionary to a json file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages