Skip to content

Releases: jack-richards/bptf-autopricer

v1.1.0

23 Nov 17:39
04df37a
Compare
Choose a tag to compare

Changes

  • Socket IO and API servers now run on the same port.
  • Config option added pricerPort - used to define what port Socket IO and API server should run on.
  • Removed redundant pricerAPIPort and pricerSocketPort options.

With these changes, integration with TF2 Auto Bot is made seamless. Users can now simply provide the URL where the pricer is accessible, e.g., http://localhost:port_configured to the config in tf2autobot.

Repository

v1.0.2

21 Nov 23:42
d303035
Compare
Choose a tag to compare

Changes

  • Added an initialization SQL script.
  • General updates to the README file and the addition of the INITIALIZE-DB.md file.

Repository

v1.0.1

19 Nov 16:15
0436372
Compare
Choose a tag to compare

Changes

  • Moved definition of what steam IDs are trusted and blacklisted to the config.json file, as properties.
  • Moved excluded item descriptions to the config.json file, as a property.

Repository

v1.0.0

19 Nov 11:43
Compare
Choose a tag to compare

Features

  • Provides fully automatic pricing using backpack.tf listing data.
  • Uses Prices.tf as a baseline to compare generated prices with, disregarding them if they go above configured thresholds.
  • Socket IO server that emits prices to any listeners.
  • An API that can be used to add or remove items for the auto pricer to track. Prices can be requested and retrieved through the API.
  • Full compatibility with the TF2 Auto Bot custom-pricer interface.

Repository