michaeljohnbarr / SteamWebAPI-Python

A class-based wrapper for the Steam Web API written in Python.
10 stars 0 forks source link

Trade api #1

Closed IamFive closed 11 years ago

IamFive commented 11 years ago

i didn't find trade specify in readme. am i missing it or we didnt have it.

michaeljohnbarr commented 11 years ago

What are you trying to accomplish? Valve has API calls for http://wiki.teamfortress.com/wiki/WebAPI/GetSchema and http://wiki.teamfortress.com/wiki/WebAPI/GetPlayerItems. Between these two, you can see what items a player has. A full list (even though some of it is outdated) can be found here: http://wiki.teamfortress.com/wiki/Category:WebAPI.

IamFive commented 11 years ago

I want to trade my items to other play through the api. -- GetScheme and GetPlayerItems will be part of the whole progress. apis i hope to implement:

  1. start trade with someone
  2. cancel trade with someone
  3. add some items to a trade session.
  4. ready to trade
  5. finish trade etc...

------------------ 原始邮件 ------------------ 发件人: "michaeljohnbarr"; 发送时间: 2013年7月6日(星期六) 凌晨2:14 收件人: "michaeljohnbarr/SteamWebAPI-Python"; 抄送: "Five"; 主题: Re: [SteamWebAPI-Python] Trade api (#1)

What are you trying to accomplish? Valve has API calls for http://wiki.teamfortress.com/wiki/WebAPI/GetSchema and http://wiki.teamfortress.com/wiki/WebAPI/GetPlayerItems. Between these two, you can see what items a player has. A full list (even though some of it is outdated) can be found here: http://wiki.teamfortress.com/wiki/Category:WebAPI.

— Reply to this email directly or view it on GitHub.

michaeljohnbarr commented 11 years ago

https://github.com/Jessecar96/SteamBot or https://github.com/seishun/node-steam is the closest there is to that. Alternatively, you can attempt to view the Java that is used within the trade to customize your own way of doing so. Nothing exists in Python that I am aware of.

IamFive commented 11 years ago

thx. That is what i look for. but not python that's sad.

------------------ 原始邮件 ------------------ 发件人: "michaeljohnbarr"; 发送时间: 2013年7月6日(星期六) 上午9:52 收件人: "michaeljohnbarr/SteamWebAPI-Python"; 抄送: "Five"; 主题: Re: [SteamWebAPI-Python] Trade api (#1)

https://github.com/Jessecar96/SteamBot or https://github.com/seishun/node-steam is the closest there is to that. Alternatively, you can attempt to view the Java that is used within the trade to customize your own way of doing so. Nothing exists in Python that I am aware of.

— Reply to this email directly or view it on GitHub.