https://github.com/antvirf/steam-played-hours
Python script to create collect data about a user's Steam games' played hours
https://github.com/antvirf/steam-played-hours
Last synced: 3 months ago
JSON representation
Python script to create collect data about a user's Steam games' played hours
- Host: GitHub
- URL: https://github.com/antvirf/steam-played-hours
- Owner: Antvirf
- Created: 2017-03-20T04:25:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T04:34:17.000Z (about 8 years ago)
- Last Synced: 2025-01-23T13:13:40.874Z (5 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steam-played-hours
Python 3.5
20th March 2017
Inspired by https://www.reddit.com/r/dataisbeautiful/comments/60bqxi/graph_of_hours_spent_playing_video_games_on_steam/This script was written to collect hours played data for all games of a person's steam.
Requires request, json, bs4 modules to work, with matplotlib as well as numpy used for plotting if desired.Zero guarantee it works on your machine. Runs fine on a mac. May encounter encoding errors.
No license because chances are you could write it yourself anyway, have fun :)