Skip to content

waylaidwanderer/steam-mobile-confirmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steam-mobile-confirmer

Node script to automatically confirm trades on an account.

Installation

Requires async/await support.

Edit the following lines in index.js:

const loginDetails = {
    username: '',
    password: '',
    shared_secret: '',
    identity_secret: '',
    proxy: '' // optional, ip:port format
};

Run with node --harmony index.js (node < 7.8.0) or node index.js.

About

Node script to automatically confirm trades on an account.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published