ExtevaXT / ACBP

Python version of that garbage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACBP

Python version of this

Features

  • Destroy counterbots
  • Use cached inventory
  • No async
  • Better code

Usage

  • Install python, dependencies or whatever, idk how they automake it
  • Fill up config.py
key='...'
api='https://tf2.tm/api/v2'
threshold=4
step=1
single_target = 0
keep_price=0
steam_cookie = '...' # steamLoginSecure from steam cookies
  • Run acb.py or mu.py in console
  • acb.py {market_id} {default_price} {min_price} {step} {single_target}
  • You can use -c instead of {market_id} to use cached inventory

Notes

  • All classic frontends are handled fine, tf2, cs, dota.

About

Python version of that garbage


Languages

Language:Python 99.9%Language:Batchfile 0.1%