pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Wednesday, 04-Oct-2023 04:54:12 JST
-
Embed this notice
@romin @pnotifbot
> this bot reads directly from the instance database?
Yeah, it does.
> Is the source code public?
It's trivial but everything in the bot is hard-coded. Basically the only part that isn't instance-specific is this:
:mycomputer: SELECT seen, count(seen) from notifications where user_id in (select id from users where local = 't' and nickname = 'p') group by seen;
Except that I just have my user_id hard-coded.