How to install this web-based CS:GO trading bot.
Download
Contents
Requirements
Curl / Node / Git
Clone Repository
Configuration
Starting / Stopping
Where do I get secrets?
Requirements
Introduction
This tutorial assumes you're going to be using Ubuntu 16.04 x64 LTS and that you know how to connect to your server or VPS using Putty.
Before we start..
The following script is not meant for beginners. It's strongly advised to learn how the code works before using it. SteamApis takes no responsibility for any loss of items.
Requirements
Linux, Windows
Node.js
Git
PuttyTo connect to your machine
SteamApisAccess to Steam/Inventory and Market/Items endpoints and available funds.
Check if you have curl installed by typing curl into the command line. You should see the following if it's installed:
curl: try 'curl --help' or 'curl --manual' for more information
If it's not installed type sudo apt install curl into the command line. Press Y and Enter if it wants you to confirm the installation.
Node.js
We're going to be installing Node from the PPA that's maintained by NodeSource. This is a more up-to-date version of Node.js than the one in official Ubuntu repository.
The PPA will be added to your configuration and your local package cache will be updated automatically. After running the setup script from nodesource, you can install the Node.js package.