Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklason committed Apr 25, 2020
1 parent ef5cfc6 commit 5d53faa
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tf2-automatic",
"version": "3.5.1",
"version": "3.5.2",
"description": "Fully automated TF2 trading bot advertising on www.backpack.tf using prices from www.prices.tf",
"main": "dist/app.js",
"scripts": {
Expand Down
45 changes: 45 additions & 0 deletions template.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
NODE_ENV="production"

STEAM_ACCOUNT_NAME=""
STEAM_PASSWORD=""
STEAM_SHARED_SECRET=""
STEAM_IDENTITY_SECRET=""

PRICESTF_API_TOKEN=""
BPTF_ACCESS_TOKEN=""
BPTF_API_KEY=""

BPTF_DETAILS_BUY="I am buying your %name% for %price%, I have %current_stock% / %max_stock%."
BPTF_DETAILS_SELL="I am selling my %name% for %price%, I am selling %amount_trade%."
OFFER_MESSAGE=""

ENABLE_DUPE_CHECK=true
DECLINE_DUPES=false
MINIMUM_KEYS_DUPE_CHECK=10
ENABLE_MANUAL_REVIEW=true
AUTOBUMP=true

MINIMUM_SCRAP=9
MINIMUM_RECLAIMED=9
METAL_THRESHOLD=9

DISABLE_INVENTORY_SORT=false
DISABLE_LISTINGS=false
DISABLE_MESSAGES=false

SKIP_BPTF_TRADEOFFERURL=false
SKIP_ACCOUNT_LIMITATIONS=false
SKIP_UPDATE_PROFILE_SETTINGS=false

ALLOW_BANNED=false
ALLOW_ESCROW=false
ALLOW_OVERPAY=true
MAX_PRICE_AGE=28800

ADMINS=["<your steamid 64>"]
KEEP=["<steamid of person to keep in friendslist>"]
GROUPS=["103582791462300957"]
ALERTS=["none"]

DEBUG=false
DEBUG_FILE=true

0 comments on commit 5d53faa

Please sign in to comment.