Installing on Linux - alvinl/stem GitHub Wiki
This is a detailed guide on installing Stem on Linux. If any problems arise while installing feel free to add me on steam for help.
1) Node.js
The bot requires Node.js v0.10.x and above. There is a fantastic guide to installing Node.js on linux here. Pick your linux distro and follow the instructions.
2) Stem
Once we have Node installed we can begin setting up the bot.
sudo apt-get install git build-essentialWe'll need git and build-essential in order to clone the repo and then install its dependencies.git clone https://github.com/alvinl/stemclone the repocd stemgo into the stem foldersudo npm installinstall the needed packages for the bot- Create a config file named config.json. You can use the provided config.json.example as a reference.
- Config guide here
- Run
node bin/stem <path/to/config.json>to start the bot
- Example:
node bin/stem config.json
- It will most likely ask you for a Steam Auth code to input, check your email and input it into the bot.