-
-
Notifications
You must be signed in to change notification settings - Fork 72
Description
hey, i run dotabod.com
any ideas how we can make this log mmr at scale, with thousands of users? im trying to find a nice streamlined process, but if one doesn't exist, i'm okay with accepting that
for example, does this app have to be updated with every steam / dota update for it to work?
i could build a watch script that auto-updates itself on the computer when the vpk files change, which is one workaround for that issue
my concern is streamers (like gorgc and others) are gonna be like 'wtf' when they have to run a random .bat file (my installer.bat that i'd write for this repo). the installer would ideally take care of all the steps automatically, like adding launch options, saving files, building from vpk, etc. then it'd have to somehow send the mmr events to my dotabod backend server through an http request. is that possible using just this script or will i have to use windows terminal? like a backend daemon, or spawning a shell from your script, etc
let me know if you're interested in something like that or have some answers