/find-hours-played

Find the hours played on a game from Steam using the Steam Web API

Primary LanguagePython

find-hours-played

Find the hours played on a game from Steam using the Steam Web API


Usage

Open steamGET.py and fill in the following contents:

appid = 'XXXXXXXXXX' # App ID of the game you want to get the playtime of
steamid = 'XXXXXXXX' # Steam Profile 64bit ID
key = 'XXXXXXXXXXXX' # Steam Web API Key

Run the script with python3

python3 steamGET.py

Resources to find: