Skip to content

Almoger/Trade-Bot-TF2

Repository files navigation

General

All items list taken from https://api.stntrading.eu/docs/#/beta/get_GetSchema_v1

bptfsocket - to price the items automatically by bots listings

Keepalive on Linux Server

cd /home/azureuser/Trade-Bot-TF2
nohup node bot.js > out.log 2>&1 &
disown

To kill the bot,

ps aux | grep node

Output will be:

youruser  12345  0.5  ... node bot.js

Then simply type

kill 12345

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published