Steam Donation Bot
November 17, 2016 ยท View on GitHub
A Steam bot that accepts item donations.
Basically, it accepts any offer that doesn't ask for any items from its inventory.
Feel free to use if you want to accept item donations for your project, or modify it as you see fit.
This bot does not support mobile auth as of yet.
Install and run
- Install the latest Node.js.
- Click 'Download ZIP' button on the top of this page.
- Unpack this ZIP file wherever you like.
- Switch to the resulting directory in a command line or a terminal.
- Do
npm installin the directory. - Edit
donation_bot.jsto put your account credentials. LeaveauthCodeas is for now. - Run
node donation_bot.js. It will 'crash' shortly, and you'll receive an email with Steam Guard code. - Edit
donation_bot.jsagain to put Steam Guard code intoauthCode, then runnode donation_bot.jsagain. Asentryfile will be created in the same directory with the bot. From now on you can runnode donation_bot.jsto launch the bot.
Note: After sentry file is created, you'll need to wait for 7-15 days due to Steam Guard trade restrictions.
Do NOT delete sentry file!
License
MIT