louisa-uno / dmarket_bot

This repository is an english translation of https://github.com/timagr615/dmarket_bot
14 stars 2 forks source link

Bot doesn't sell items depo'ed from steam #12

Open Cfomodz opened 8 months ago

Cfomodz commented 8 months ago

The sell loop doesn't sell items not purchased on dmarket, as the idea is that it takes the purchase price, adds some amount of profit, and lists it for that amount.

Since items from steam don't have a 'purchase price' associated with that Asset_Id, it basically just skips it. This maybe isn't a huge thing for big item traders - that is traders who deal in big items - since they can just manually sell any of those then use the bal to buy sell buy sell buy sell (via the bot since it's all on dmarket(at least once the currently open bugs are fixed)), but this is a pretty big problem for quantity over quality traders like me, trying to make $.08 on 100 items instead of $8 on 1 item.. which wouldn't be worth it without a bot, but.. that's why we're here is to do stuff that wouldn't be worth it without a bot, right lol?

I would assume this would be a config option if you wanted to "blind" sell such items, and simply just sell it at like the 17th/20th cheapest price of the current offers or something (or have it be a config option what position out of 20 you want to match, with #1 matching the lowest price and #0 would beat it by a cent or something to that effect).