File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313
1414# Steam API Docs: https://steamcommunity.com/dev
1515# Steam API Key: https://steamcommunity.com/dev/apikey
16- # Steam Usernumber: Visit https://steamcommunity.com, click on your profile icon, your usernumber will be in the browser url.
16+ # Steam Usernumber: Visit https://steamcommunity.com
17+ # click on your profile icon, your usernumber will be in the browser url.
1718
1819# Ensure these are setup in settings.toml
1920# Requires Steam Developer API key
2930# 900 = 15 mins, 1800 = 30 mins, 3600 = 1 hour
3031sleep_time = 900
3132
32- # Deconstruct URL
33- # http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=XXXXXXXXXXXXXXXXXXXXX&include_played_free_games=1&steamid=XXXXXXXXXXXXXXXX&format=json
33+ # Deconstruct URL (pylint hates long lines)
34+ # http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/
35+ #?key=XXXXXXXXXXXXXXXXXXXXX&include_played_free_games=1&steamid=XXXXXXXXXXXXXXXX&format=json
3436Steam_OwnedGames_URL = (
3537 "http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?"
3638 + "key="
You can’t perform that action at this time.
0 commit comments