# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 9
# self = https://watcher.sour.is/conv/dsnu5rq
@eaplmx This is cool! And painfully reminds me of getting my Kraftwerk done. :-/ Maybe provide a separate view where it doesn't sum over everything but shows the numbers per day or what ever time unit you're using. What kind of exercises are you doing? Perhaps split the graph by exercise category and see how the numbers compare.
I have a bot where you can register your exercise routines. So now I have a few months of data, and I'd like to do something with it.
I think the gamified contribution graph from Github could be something interesting (to see how often you exercise and how intense it was)
Currently, I have this graph of burned calories each day and a sum, over a timeline, but I think it does communicate anything interesting:
A simple graph of the amount of burned calories across time
Any ideas?
@eaplmx a gamified app that have ranks, scores or something like that maybe?
@justamoment currently the bot gamifies the amount of calories to burn every week, if you do enough you climb to the next level (harder) otherwise you go down to a simpler league (greatly inspired by Duolingo)
But it's only at a weekly level, I'd like to have something like "you made it greatly this year"
@lyse well, it's extremely simple, it asks how many calories you burned and the timestamp is recorded automatically. That's all
I get the calories from the elyptic and from some apps with routines, so perhaps the value is not very accurate but it allows to compare if you are exercising more than before.
If anyone here wants to take a look:
https://t.me/gemu fitbot (For Telegram)
@eaplmx Oh, I see.
Then maybe something like personal objectives?
Also, a "ghost run" of last week's you would be cool, to keep help keeping the pacing pushing forward constantly.
@eaplmx you're welcome, I just remembered that some racing games do that.
@eaplmx Ah, so it only has accumulated numbers to work with.