Hey, it's no big deal, I am just trying to understand. Maybe your table can see in the future, because I'm pretty sure the first bar I dropped this month was on March 21 (report I posted a couple hours ago), but the table for March 19 above says 1. Any idea?
Happy stepping!
!ALIVE
PS: I have a small python script to list my Actifit step counts (or any other account):
manuvert walked 16881 steps on March 01, 2025
manuvert walked 17158 steps on March 02, 2025
manuvert walked 12750 steps on March 03, 2025
manuvert walked 16812 steps on March 04, 2025
manuvert walked 17870 steps on March 05, 2025
manuvert walked 19767 steps on March 06, 2025
manuvert walked 21162 steps on March 07, 2025
manuvert walked 21237 steps on March 08, 2025
manuvert walked 28724 steps on March 09, 2025
manuvert walked 18644 steps on March 10, 2025
manuvert walked 20624 steps on March 11, 2025
manuvert walked 20583 steps on March 12, 2025
manuvert walked 17366 steps on March 13, 2025
manuvert walked 22349 steps on March 14, 2025
manuvert walked 17378 steps on March 15, 2025
manuvert walked 20132 steps on March 16, 2025
manuvert walked 19328 steps on March 17, 2025
manuvert walked 20006 steps on March 18, 2025
manuvert walked 20953 steps on March 19, 2025
manuvert walked 22192 steps on March 20, 2025
manuvert walked 19676 steps on March 21, 2025
Relax, these are just numbers :D
You're right
Indeed, my table sees the future and counts all the knockdowns of the bar. That's why I added information "All registered bar knockdowns".
Classifications are taken into account if I write the step limit for a given day to the left of the table with x and O. Penalty points for losses are also counted only when this value is not empty. However, in this classification table, this is only information.
I'm glad that someone is following and analyzing our gameplay. Thank you
Thanks! I wasn't worried, I just like stats in general and wanted to understand. In any case, I just try and walk as much as I can, and sometimes it's enough to pass the bar! Probably not today though...Or maybe, still about 5 hours to try!
!WINE
!ALIVE
Can this code read the content of reports or is it some kind of database (probably msql)?
The only thing I was able to program in AI was a script opening all the last reports of all participants (a dozen or so cards in the browser).
2.. And coming back to the scoreboard, the knockdowns of the bar are given to the time visible in the bar at the very top of the results.
Thanks, this is clear now!
Yeah, my simple python script finds the x last posts of an author, and if they are Actifit posts, it extracts the activity date and step count (they are json data inside the post). It just uses some of the Hive API simple calls and python beem library, it's actually quite simple, just a few lines. Let me know if you want to try it. It can be made much more useful, but it's basically my first steps with python for Hive, and just for my private usage, it's good enough. Eventually, I was thinking I would try and write directly in an Excel or google sheet, but I didn't spend time to look into it yet. When (or more if) I do, it could automatically add the data to your table for instance. For now, I don't even use it to monitor my actual step counts anyways, as my Samsung watch is way more accurate than Actifit dapp.