Python library for working with the Steam API.
Project description
steam-interfaces
Python library for working with the Steam API.
API Documentation:
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
Contributing
Bug reports and/or pull requests are welcome
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
steam_interfaces-0.2.6.tar.gz
(13.1 kB
view details)
File details
Details for the file steam_interfaces-0.2.6.tar.gz
.
File metadata
- Download URL: steam_interfaces-0.2.6.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16ee9636317ff0ebddd7b2bf5684eef546048cdc93c75f01a6e5581dcc3d4206 |
|
MD5 | b7ecb1e9b5d89a152ce85ed71f14f14e |
|
BLAKE2b-256 | 417b2fad4f41f8a1c0c027b56fb60e544341ad6431bc1d7508a97819dc15801b |