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.