does anyone has a good integration for pulling out the beeminder data into a table/spreadsheet style ?
for instance, if I add multiple data points to the same goal per day, I’d like those to be summed for the day
and could ideally add multiple beeminder goals to this data, to observe how some data affects other data
something like this would be the practical idea:
. Jan 1 Jan 2 Etc
meditation minutes 10 0
exercise minutes 30 5
tasks completed 40 10
or am I better off just creating my own custom version using the API and a python script ?