Python module for writing scripts for project management platform Steam
Project description
steam_api
Python library for working with the Steam API.
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)
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
File details
Details for the file steam_interfaces-0.1.2.tar.gz
.
File metadata
- Download URL: steam_interfaces-0.1.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc1ba5990905fc9b565e6949cd64df7ee24edf2d203482e511ab291e6e96eb84 |
|
MD5 | 51035869653753dbd0be4f9f276908ba |
|
BLAKE2b-256 | 69bdc5890f394f3a9c10a95c0a5b04c9161f1ff4974c1d6ba42b68673d27b5e1 |