0 purchases
steaminterfaces 0.2.8
steam-interfaces
Python library for working with the Steam API.
API Documentation:
https://partner.steamgames.com/doc/webapi
https://steamapi.xpaw.me
Installation
pip install steam_interfaces
Usage
How get player info:
from steam_interfaces import ISteamUser
import os
key = os.getenv('STEAM_API_KEY')
steam_user = ISteamUser(key)
user_info = steam_user.get_player_summaries(76561198248393810)
Supported interfaces
IBroadcastService
ICheatReportingService
IDOTA2Fantasy_570
IDOTA2MatchStats_570
IDOTA2Match_570
IDOTA2StreamSystem_205790
IDOTAChat_570
IEconMarketService
ILobbyMatchmakingService
IPlayerService
ISiteLicenseService
ISteamApps
ISteamCommunity
ISteamGameServerStats
ISteamNews
ISteamUser
ISteamWebAPIUtil
IWorkshopService
Dependencies
requests
Contributing
Bug reports and/or pull requests are welcome
License
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.