Skip to content Skip to sidebar Skip to footer

How To Trade On Steam With Python

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 an

Solution 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.


Post a Comment for "How To Trade On Steam With Python"