I made this bot to learn more about NodeJS, npm and its packages. And I found it very easy to understand and to make something I need quite quickly.
-
Install NodeJS which contains npm too.
-
Run
npm install
in console. -
Rename
credentials.example.js
tocredentials.js
and insert there your steam credentials and API key from google. -
Run
node index.js
.
If you are interested, feel free to fork, make pull requests or you can write me a message. :)