jcardama / csgo-market-sniper

Bot that monitors desirable skins and will automatically buy them
GNU General Public License v3.0
20 stars 3 forks source link

Sorting by low float unnecesarily #5

Closed notcreeperdude closed 1 year ago

notcreeperdude commented 1 year ago

for example, trying to snipe blue gem patterns. Float doesnt matter, only pattern. Float section is empty in the config. Bot sorts low to high float anyway causing them to not show up if theyre just listed for market price

jcardama commented 1 year ago

This is a valid observation, will make sorting by float a configurable option so that it can be turned on or off, on my use case which I need to find lower floats, it makes sense but in your case it doesn't.

notcreeperdude commented 1 year ago

Making it so its configurable per skin would be nice. Cause im also wanting low float acid fades for tradeups So a variable that could be set to like low, high or blank. If low sort low, if high sort high, if blank dont sort

jcardama commented 1 year ago

Makes sense, thanks for the suggestion!

jcardama commented 1 year ago

New release should address this.