jack-richards / bptf-autopricer

Automatically prices items using listing data from backpack.tf, with data from prices.tf acting as a baseline.
MIT License
24 stars 6 forks source link

Merge new paint filtering logic to main. #6

Closed jack-richards closed 5 months ago

jack-richards commented 5 months ago

This new logic adds a step to filtering listings. Wherein the attributes of the listing are checked (if they exist) to see if they contain a float_value associated with a paint. Listings including such an attribute will be excluded from the pricing calculations as they tend to have different prices to the base item.

Thank you purplebarber for working on this.