node-steam-guide icon indicating copy to clipboard operation
node-steam-guide copied to clipboard

A guide to creating Steam bots and websites using Node.js

Results 32 node-steam-guide issues
Sort by recently updated
recently updated
newest added

Hello i've recently began coding thanks to this guide although i've run into an error that i cant seem to fix which is the following: In my config.js document the...

I searched for hours the solution but I did not find! How to do ?

This is the code i have in the project1.js file. (mine is named bot.js): ```js const SteamUser = require('steam-user'); const SteamTotp = require('steam-totp'); const client = new SteamUser(); const logOnOptions...

I have problem: 2019-01-14T16:31:25.036Z - error: Error polling for trade offers: Error: socket hang up 2019-01-14T18:31:43.234Z - error: Error polling for trade offers: Error: socket hang up My server: *...

Hello. I used your code as a base to try and make some project of mine and now i want to add credits on each user. Should i add it...

It would be very helpful if you show how to do price checking from database! Thanks,

I'm very new to this stuff and I have no idea how to do so. I want to buy/sell hats but I don't know how to set the limit where...

Hello guys, can you try to add some features, like: - Multiple bot login system (on same app.js or bot.js) - Pricing on each item: for example a pricing database...

I'd love to keep working...... I'm not trying to be pushy, sorry if it sounds like I am.

Hello, how can I make my bot receive purchase and sale orders and the trade is automatic, through commands. example ›buy ›sell My bot accepts trades but I try to...