-
Sadly not, looking at the docs it seems like the best one could do is write an add-on for Anki that would send data periodically when it was opened, maybe based on events. Not ideal! https://apps.ankiweb.net/docs/addons.html#a-simple-add-on
-
I’m playing around with makin an add on that would be able to do this - it doesn’t seem like it’d be particularly complicated but Anki’s documentation for addons is downright abysmal, so progress is slow. If someone interested in this and willing to help has experience with this sort of stuff please don’t hesitate to let me know!
-
You may want to look at the Beemind maintained progress addon, which does something extremely similar, but for Beeminder. I have used it for ages. (=
-
As far as I am aware here is the API: https://ankiweb.net/shared/info/2055492159
-
Thanks! So this is an add-on that provides a local API on the user’s computer. We’d still need to write something that runs on your computer to communicate with it, and to be honest, writing our own add-on still probably makes more sense. So unfortunately it doesn’t really change the current situation.