JacobTheDev / DonationBot

Simple steam bot that accepts donations. Very simple to use and to edit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DonationBot

Simple steam bot that accepts donations. Very simple to use and to edit.

Things needed:

Things to install:

  • npm install steam-user
  • npm install steamcommunity
  • npm install steam-tradeoffer-manager

Edit the file:

  • Only edit lines 37-45
  • To get the shared secret/ identity secret download Steam Desktop authenticator and follow the guide there. ###### DO NOT ENCRPYT THE FILES.
  • Login in there and find the .MA file. From there you can right click then edit with notepad++/sublime.
  • Control + f and find the identiy secret and shared secret
  • Enter those two into their respective field in the bot.js file.

How to run locally on windows:

  • open up the node.js command line
  • cd /pathtoyourdirectory
  • node bot.js

What's next:

  • Option for profit bot

About

Simple steam bot that accepts donations. Very simple to use and to edit.


Languages

Language:JavaScript 100.0%