You need Node.js v4.1.1 or higher to use this bot, and need to know shared_secret and identity_secret from maFile.
- Copy all files into folder
- run
npm install
- Edit config file. You can add infinity account, pasting this, before the
module.exports = config;
line.
config.push({
steam_user: "..",
steam_pass: "..",
sharedSecret: "..",
identity_secret: ".."
});
-
Start the bot with
nodejs cottage
command, and wait until its end. -
(optional) Edit trade url in send_items.js, if you want the bots send items to you. (WARN: this script will send ALL items from your steam subinventory. (Backgrounds, emoticons, trading cards, etc...)
-
(optional) Start the trading script with
nodejs send_items
command, and wait until the end.
Thanks quer for the base of the code. https://github.com/quer/the-steam-awards