A Steam bot that collects unwanted coupons and gives them to people who want them
Windows:
- Download the node.js binary for your OS' bitness and put it in a folder called 'nodejs'
- Download the latest version of npm from http://nodejs.org/dist/npm/ and unpack it to the nodejs folder (where node.exe is)
- Follow the instructions at this page to properly install and configure Visual Studio 2010
- Set up ursa's dependencies listed here
- Install Git for Windows from http://msysgit.github.io/
- Install ursa by opening a command window in the nodejs folder and executing
npm install ursa - Install the steam module the same way using
npm install steam - Install the steam-trade module using
npm install git://github.com/seishun/node-steam-trade.git - Congratulations, you've just installed all of CouponBot's dependencies! However, since this is a really early WIP project, the installation instructions for the bot itself have yet to be written