#Coop Profit Tracker

47 messages · Page 1 of 1 (latest)

tidal lance
#

Some users tend to sell/buy items via coop-alts/members. I think it would be really cool if there was a profit tracker for the whole coop - similar to https://sky.coflnet.com/player/uuid/flips, based on items bought/sold. Should be possible through "profileID" or "coopMembers" (however coopMembers always seems to be null in the cofl api, from what ive seen)

uneven dome
#

are all of your alts in the same coop or do you want general tracking over all your accounts?

tidal lance
uneven dome
#

@severe citrus you wanted to get multiple minecraft accounts didn't you?

severe citrus
#

yea

uneven dome
tidal lance
uneven dome
severe citrus
#

well its that he has buyer and seller accounts

uneven dome
#

auctions are index per player, I already mash them together for the /cofl profit command

tidal lance
uneven dome
# tidal lance well yeah

doesn't matter (much) how many accounts there are. What would matter (a bit) if you want to separate profiles

tidal lance
#

but to be honest the people that would actually use this feature to check out the profit would be only me and maybe a few others, so I understand if its not something you want to add

uneven dome
#

(already)

severe citrus
uneven dome
severe citrus
uneven dome
#

For the website its a bit weird

tidal lance
#

ill look into that, prob not that worth it for me anyways since i tend to sell items later than 7 days after buying them haha

uneven dome
#

hold on a minute now I am not that sure anymore of either side

severe citrus
#

lmao

tidal lance
#

but still thanks, ill see what i do

#

but was i right with noticing that "coopMembers" is always null in the flip history api?

uneven dome
# severe citrus lmao

alright, the code theoretically supports as many minecraft uuids as you want, the mod inputs all the accounts that you have been active on in the last 30 days and the website inputs just one

severe citrus
uneven dome
severe citrus
#

oh then its fine then

uneven dome
#

I can't directly edit the website (Ragult is in charge of that) I could add an option to pass additional uuids to the api though

severe citrus
#

oh i just realised @tidal lance ngl i dont think you're going to be able to actually run it tho 💀

#

with over like 1k flips it doesnt work

#

bc it just exceeds the time for the task and gets cancelled

tidal lance
uneven dome
#

maybe part of the reason why it fails between 1k-2k

#

I can/intend to precalculate the profit for auctions when they sell

tidal lance
uneven dome
# tidal lance what do you mean by that?

I have a stream of sells, that I hook into for calculating flips (searching for the buy) then I create a stream of flips and write them into a database.
If you then want to get the profit for any period of time you just read from that table which should be basically instant

tidal lance
uneven dome
#

it keeps breaking but thats a protype of the above

tidal lance
tidal lance