Skip to content

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

Notifications You must be signed in to change notification settings

NekoSuneOldDump/DonationBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%