Simple library to 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.
See full documentation here 📖
Installation
pip
pip install aiosteampy
pipenv
pipenv install aiosteampy
poetry
poetry add aiosteampy
Also, aiohttp docs recommends install speedups (aiodns
, cchardet
, ...)
Old version still available on PyPI: asyncsteampy
AIOSTEAMPY use aiohttp underneath to get asynchronous requests to steam servers,
with modern (not really for current moment 😊) async/await syntax.
Project is similar to Gobot1234/steam.py for first look, but with some
differences.
It uses only requests and steam apis (documented and not), while steam.py
implement stateful steam client based on
websocket
protobuf, same as DoctorMcKay/node-steam-user.
Generally, project inspired most by DoctorMcKay/node-steamcommunity but created with additions and differences, of course.
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.
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.
What I can't do
- Chat (at least for now).
- Get apps, packages.
- All, that need connection to CM.
- Interact with game servers (inspect 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.2.2.tar.gz
.
File metadata
- Download URL: aiosteampy-0.2.2.tar.gz
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.1 Linux/5.15.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b5027149e24883778fe945a4deef27f8b307117bc16af06a6c6e9f2355e3989 |
|
MD5 | 77b27dcdeddc5951159b06dff6d460d3 |
|
BLAKE2b-256 | cbf7eb99f203e671e4f84168a484c44c189e4b0784b19d82c460da054549104c |
File details
Details for the file aiosteampy-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: aiosteampy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.1 Linux/5.15.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 570829d0745c9e9eb146461d5a709085e6a85930ef2cfc07eff8d9ba0ae11dfd |
|
MD5 | 7bb5eafdd14d3ccb71c0bf19998a4177 |
|
BLAKE2b-256 | 43ed172431608d6eae70c432d1a9e125ea210a3b430205d600a5abfec2caa277 |