seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 180 forks source link

Need some help with making a trading bot. #48

Closed pranaymk closed 10 years ago

pranaymk commented 10 years ago

I know basic coding and I was looking through the examples. What I don't understand is where to find a complete list of all the events and actions as well as an explanation of their parameters. Sorry if this is the wrong place to be asking this.

seishun commented 10 years ago

Have you looked at the readme?

pranaymk commented 10 years ago

What I can't find is how ensure what they added was a trading card. And I can't find any documentation to help me.

EDIT: I managed to figure it out by checking for the "Trading Card" tag. I now have a different problem I can't solve. How would I check how much scrap metal I have?

seishun commented 10 years ago

First, you probably meant to post this in node-steam-trade. It's a related but independent library.

Second, the library is simply an interface to Valve's API. It just passes you item objects as-is. You'll have to look at them and figure out yourself how to detect trading cards.