How to trade on steam with python [closed]

流过昼夜 提交于 2019-12-25 04:34:36

问题


i am currently working on a project that involves TF2,python,and steam trading. I would like to know how i can send a steam trade offer from python. I do not need source code or anything, just point me in the right direction. I have searched for ~20 mins on google and cant find anything quite like what i want, they all want to log in to check steam trade offers or the community market prices.


回答1:


I looked hard and couldn't find a Python library unfortunately, but I did find this Node.js library that does what you want and looks robust at first glance:

Steam trading for Node.js
Allows you to automate Steam trading in Node.js.
https://github.com/seishun/node-steam-trade

You might consider writing your app in Javascript, because the library is there. Alternatively, call your Python functions from Node.js.



来源:https://stackoverflow.com/questions/31375216/how-to-trade-on-steam-with-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!