GithubHelp home page GithubHelp logo

charredgrass / nodejs-bot-guide Goto Github PK

View Code? Open in Web Editor NEW
46.0 46.0 9.0 59 KB

A guide to help people learn how to make bots for Steam.

License: GNU General Public License v3.0

JavaScript 100.00%

nodejs-bot-guide's People

Contributors

andrewda avatar charredgrass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nodejs-bot-guide's Issues

How to implement it on steam community ?

Hie there,

I want to create a bot like this
2017-08-14

which communicate with steam in order to send trade offers , accept trade offers and payment to users as they will sell CS:GO skins to us.

I have created a similar project but as website not on steam community as show in screen-shot for selling CS:GO skins.

Please can any one tell that how could I achieve this on steamcommunity.com ???

'process' variable?

Hi charredgrass,

First of all thank you so much for your repository, I am learning a lot.

I have a question about login.js file.

... 
//logs in via browser
steam.login(logOnOptions, function(err, sessionID, cookies, steamguard) {
    if (err) {
        console.log("There was an error logging in! Error details: " + err.message);
        process.exit(1); //terminates program
} else { 
...

I cannot use process variable because it is unresolved for me and i don't know where do you declare it.

Unexpected token ;

I'm, having problems when i try to run the login.js. If i remove the line of twoFactorCode on the logOnOptions i have no problems but i can't login in.

Changed 'twoFactorCode' to "twoFactorCode" and still with this error.

http://i.imgur.com/MJI142g.jpg

How secure is this?

Im quite new to this and my bot is working fine, but you do have to enter your steam username and password in the script, is there any way someone can get your password during the process of your bot communicating with steam or something like that? How secure is this method?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.