Giter Club home page Giter Club logo

idler's Introduction

Easy Idling for your Steam Account with Node.js

Build Status GitHub license npm version

Idle Your Steam Account Easily.

Possible Login Types

  • twoFactorCode (your steam account shared secret)
  • authCode (your steam account auth code)
  • Manual (this would prompt for steamGuard Code on the terminal)

Idler Class Parameters

  • Username (Mandatory)
  • Password (Mandatory)
  • gameId (Mandatory)
  • Method Object (Can have any of the three following values)
    • twoFactorCode
      • value (your shared secret)
    • authCode
      • value (your email auth code)
    • Manual (this would prompt for steamGuard Code on the terminal)

How to Use?

var Idler = require('idler');
var user = new Idler('username', 'password', 'gameId', {method: 'twoFactorCode', value: 'YourSharedSecret'})
user.idle().then(User => {
    // on login it would send the User Object
}).catch(err => {
    // on err it would send the Err Object
    throw err;
})

License

Copyright to Daksh Miglani | Licensed to MIT.

idler's People

Contributors

0xdaksh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

bambusrocken

idler's Issues

Currently played game shows "In non-Steam game: given_gameid"

If I want to idle CSGO for example, I'd put gameId to 730.
var user = new Idler('my_username', 'my_password', '730', {method: 'manual'})

I'd expect it to show up as
In-game
Counter-Strike: Global Offensive,
but it shows up as
In non-Steam game
730

I don't think this is supposed to be normal.

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.