Trade and interact with steam market, webapi, guard
Project description
AIOSTEAMPY
Previously this library was a soft fork of bukson/steampy and created only to provide asynchronous methods and proxies support. But now it standalone project. Created by myself for steam trading purposes mostly.
[!IMPORTANT] See full documentation here 📖
Installation
pip install aiosteampy
pipenv install aiosteampy
poetry add aiosteampy
Project have some extras currencies converter,
socks proxies.
To install them all, please, use aiosteampy[all]
install target:
poetry add aiosteampy[all]
[!TIP] aiohttp docs recommends installing speedups (
aiodns
,cchardet
, ...)
AIOSTEAMPY use aiohttp underneath to do asynchronous requests to steam servers, with modern async/await syntax.
Generally, project inspired most by DoctorMcKay/node-steamcommunity
Key features
- Stateless: the main idea was a low-middle layer API wrapper of some steam services and methods like market, tradeoffers, confirmations, steamguard, etc. But if you want to cache your entities data (listings, confirmations, ...) there is some methods to help.
- Declarative: there is models almost for every data.
- Typed: for editor support most things are typed.
- Short: I really tried to fit most important for steam trading methods.
- Connection behind web proxy.
What can I do with this
- Operate with steam trade offers for any manner.
- Sell, buy items on market. Place, cancel orders.
- Login trough steam to 3rd party sites.
- Fetch data from market.
- Manipulate many accounts with proxies for each session.
- Store and load cookies to stay logged in.
- Convert market prices into different currencies.
What I can't do
- Chat (at least for now).
- Get apps, packages.
- All, that need connection to CM.
- Interact with game servers (inspect CS2 (ex. CSGO) items, ...).
- Edit profile, social interaction(groups, clans).
- Handle entities (listings, items, tradeoffers) lifecycle for easy if you need to store it.
Tests 🧪
Read test documentation 📖
Contribution 💛
There is no rules or requirements to contribute. Feedbacks, suggests, other are welcome. I will be very grateful for helping me get the things right.
Credits
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
Built Distribution
File details
Details for the file aiosteampy-0.5.1.tar.gz
.
File metadata
- Download URL: aiosteampy-0.5.1.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5119bec0acf0b7e1af2f50adde09c4bdb94caadee9351dee6e12cfab63a816a7 |
|
MD5 | 4f4ef46dd63f59387acd6e1e0c93afa8 |
|
BLAKE2b-256 | 85f137a08910e097af1e3b8e4e77056e233b7c646095fb39d026166b6e85aed9 |
File details
Details for the file aiosteampy-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: aiosteampy-0.5.1-py3-none-any.whl
- Upload date:
- Size: 44.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1a6e6915063c9a58f795ff1f14eafe61cd337e75fff9eba7723d1fc0bbfadc9 |
|
MD5 | 6fc512b6518cb8fbfd8c67decc2ed4c8 |
|
BLAKE2b-256 | ef0194f68c465db13f4e255fc72b9c475da6058534f07a37d2e1330cc9666180 |