Releases: jack-richards/bptf-autopricer
Releases · jack-richards/bptf-autopricer
v1.1.0
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.
v1.0.2
Changes
- Added an initialization SQL script.
- General updates to the README file and the addition of the INITIALIZE-DB.md file.
v1.0.1
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.
v1.0.0
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.