
Hello everyone, how are you this morning?
It’s hot here — very hot, too hot this early in the day. As soon as the sun came up, I was already starting to suffocate. Let’s hope a bit of wind comes along so we can actually breathe.
Today I’m working fewer ho
urs, so I took the opportunity to slightly improve the automated curation bot. I’m curious to see in a few days how the curation returns will turn out and how much it will help increase our HP.
I’d like to find a way to get at least 5 HP in returns per day to start with, which would be pretty good for quickly building strong voting power.

As you can see, for now we're hovering around 4 HP, but I'm not at the optimal level yet. I try to always keep my voting mana above 95% for curation, but it's quite difficult to maintain it that high.
If there are any developers among my very rare readers, everything works except for one detail: how can I make it work when I want to switch accounts so that all the information updates according to the connected account? I’ve reached my limit for now.
https://docs.google.com/document/d/1W-nPbRn8Y7yuRNq_Pgw-8N3ULj8SZXQ1HJziG-N-Ep8/edit?usp=sharing
I’ll put it on a clean GitHub once I figure out how to tweak a few things so it works properly when switching accounts, and all the data is linked to whichever account is connected. For now it’s fine, but I still have to manually change the account at the top of the code.
<?php
// ----------- CONFIGURATION -----------
define('VOTER_ACCOUNT', 'we-are-ai');
define('MIN_VP_THRESHOLD', 78);
define('MIN_WORD_COUNT', 300);
define('POSTS_PER_PAGE', 20);
define('DEBUG_MODE', true);
Thanks if anyone is reading this — have a great day, and I hope you’re not melting on your side of the screen 😄
And I’m heading back to my activities before getting back to work.