Python module for writing scripts for project management platform Steam
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
- ISteamUser
- IBroadcastService
- ICheatReportingService
- IDOTAChat_570
- IDOTA2MatchStats_570
- IDOTA2Fantasy_570
- IDOTA2StreamSystem_205790
- IPlayerService
- ISteamApps
- ISteamNews
- IWorkshopService
- ISteamGameServerStats
- ISteamWebAPIUtil
- IEconMarketService
- ILobbyMatchmakingService
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.3.tar.gz
(11.5 kB
view details)
File details
Details for the file steam_interfaces-0.2.3.tar.gz
.
File metadata
- Download URL: steam_interfaces-0.2.3.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 101ebe33b55fa0237fb541a7df681fe976e5d333ae8c5a9457ca379eb9812e65 |
|
MD5 | f799b6322cbbf0331232259b62d435ca |
|
BLAKE2b-256 | 6480e221c7c6f808c0c7e5889e1a5f2adfc3f442447c878ae5d4be6de41c18ae |