All items list taken from https://api.stntrading.eu/docs/#/beta/get_GetSchema_v1
bptfsocket - to price the items automatically by bots listings
cd /home/azureuser/Trade-Bot-TF2
nohup node bot.js > out.log 2>&1 &
disownTo kill the bot,
ps aux | grep nodeOutput will be:
youruser 12345 0.5 ... node bot.jsThen simply type
kill 12345