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, idk how to post comment on user message with steam-user Js, can you help me please?

Hello everyone! I started writing this guide a few years ago because I noticed there was a lack of quality information out there about how to create Steam bots. Sure,...

help wanted

Is there a possibility to get the steam secret when using email as confirmation method. The problem is, my steam server/bot account can't have steam guard via phone. I have...

I've tried resolving some issues like overflowwarning and managed to fix with "npm update", however I can't find the current issue after hours of looking. Help would be appreciated! :)...

It might be easier for people to follow the guide on a website rather than in GitHub. There are some good markdown to HTML converters out there that would be...

# Pull Request [**Steam-Bot-Basics/node-steam-guide**](https://github.com/Steam-Bot-Basics/node-steam-guide)

If I make a .bat file with code like node project1.js will it run the entire project or only project1.js?

![D__Bot_bot js js - Sublime Text (UNREGISTERED) 9_16_2020 5_03_20 PM_LI (2)](https://user-images.githubusercontent.com/51102057/93393654-c756f800-f827-11ea-9fd9-d4099349f568.jpg) OK don't get me wrong it works, its logs in properly but after adding the steam-totp code and adding...

My bot is working fine, but I am not able to get the state of trade offers dynamically. kindly help.

I get this error: `Error: ENOENT: no such file or directory, open '..\views\layouts\main.handlebars'` Whenever I add this code: ``` const express = require('express'); const handlebars = require('express-handlebars'); const path =...