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)
#Coop Profit Tracker
47 messages · Page 1 of 1 (latest)
are all of your alts in the same coop or do you want general tracking over all your accounts?
i would just like a profit tracker for one coop, so an option to base the bought/sold history off of player uuid or profile/coop uuid would be helpful for some i think
The endpoint is based off of the player uuid https://sky.coflnet.com/player/uuid/flips
@severe citrus you wanted to get multiple minecraft accounts didn't you?
yea
https://sky.coflnet.com/player/Ekwav/flips - cool, didn't know that worked 🙃
and it should def stay that way, would be cool to have an option though to switch it to coop
do you flip on more than one profile on your coop accounts?
well its that he has buyer and seller accounts
auctions are index per player, I already mash them together for the /cofl profit command
well yeah
doesn't matter (much) how many accounts there are. What would matter (a bit) if you want to separate profiles
well for me personally i dont have multiple profiles on one account
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
if you only want the profit number you can use the in game /cofl profit 7 command
(already)
well it wont work bc he doesnt sell on the same account he buys on
as long as he logs in (/cofl start and verifies) that works (that whitelists the account to be included)
oh
For the website its a bit weird
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
hold on a minute now I am not that sure anymore of either side
lmao
but still thanks, ill see what i do
but was i right with noticing that "coopMembers" is always null in the flip history api?
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
oh right so you were just referring the website in that?
yes, thats an extra table that I don't select from for the api
oh then its fine then
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
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
yeah i doubt it too, the profit numbers would be off anyways if i dont sell them in that time period haha
buys are included 14 days back
maybe part of the reason why it fails between 1k-2k
I can/intend to precalculate the profit for auctions when they sell
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
limited to flips bought by cofl members or in general?
basically nothing is limited to cofl members, those are just the ones paying for it 🙃 let me whitelist you to #flips
it keeps breaking but thats a protype of the above
well the thing is i have way too many accounts to add them all with /cofl start haha but yeah i see your point
however this sounds like a very good feature for the general cofl users, prob could graph their avg profits etc too then