# Steamy Steamy is a lightweight, limited-abstraction interface to both the [public Steam Web API](https://developer.valvesoftware.com/wiki/Steam_Web_API) and a custom Steam Market API.
## Public Steam Web API To interface with the public Steam Web API, you must have a [Steam API Key](https://steamcommunity.com/dev/apikey). To get started, create an instance of the SteamAPI interface:
` steam = SteamAPI(my_api_key) `
### Examples
Get a trade offer ` offer = steam.get_trade_offer(offer_id) assert offer['tradeofferid'] == offer_id `
Get members for a group ` members = steam.get_group_members("testgroupplzignore", page=1) assert len(members) `
### Workshop Interface The SteamAPI interface also provides the ability to query workshop items:
` wfile = steam.get_workshop_file("447269341") assert isinstance(wfile, WorkshopFile) assert wfile.id == "447269341" `
Release files for steamy 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| steamy-1.0.0.tar.gz | 6.3 kB | Details |
Release files / steamy-1.0.0.tar.gz
| Download URL | steamy-1.0.0.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e75732c394b123782d9cb8f51b7b4efc2093cf9bfa4893681a1c9f2ca67601d0
|
|
BLAKE2b-256 checksum How to use checksums |
f70ffd40c93980ea306618cab753697aca4083ce2b8e802343613663dca3f5c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |