Skip to content

Instantly share code, notes, and snippets.

@0xDaksh
Created August 10, 2017 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xDaksh/2c93c963a91e62630b4c5b644d378577 to your computer and use it in GitHub Desktop.
Save 0xDaksh/2c93c963a91e62630b4c5b644d378577 to your computer and use it in GitHub Desktop.
Update
var idler = require('idler'),
Obj = {
username: 'enter your username in',
password: 'enter your password in',
gameId: 440
}
idler(Obj).then((user) => {
console.log("Idling Started");
}).catch(err => {
throw err;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment