Skip to content

A tool that uses Steam Web API to download achievement data of players and converts the data into an event log.

Notifications You must be signed in to change notification settings

JuliaJamnicka/SteamAchievementDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SteamAchievementDownloader

A tool that uses Steam Web API to download achievement data of players with public profiles and converts the data into an event log, e.g., for process mining analysis.

Any game that contains Steam achievements can be added to the Models.Game enum, with its value being the Steam app id.

To download the achievement data, you can do this:

scraper = SteamScraper(Game.<ENUM_NAME>)
scraper.run()

The event log will be saved automatically to Logs as a CSV file. Additionally, other player stats and the most common achievements are also saved in JSON files.

About

A tool that uses Steam Web API to download achievement data of players and converts the data into an event log.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages