Goofed Home

Conversation

$$12923
https://mastodon.social/users/Edent posted on Mar 16, 2026 12:35

🆕 blog! “Some updates to ActivityBot”

I couple of years ago, I developed ActivityBot - the simplest way to build Mastodon Bots. It is a single PHP file which can run an entire ActivityPub server and it is less than 80KB.

It works! You can follow @openbenches to see the latest entries on OpenBenches.org, and @colours for a …

👀 Read more: https://shkspr.mobi/blog/2026/03/some-updates-to-activitybot/

#ActivityBot #ActivityPub #mastodon #php

https://mastodon.social/users/Edent/statuses/116238876912273084

$$13202
https://mastodon.social/users/Edent posted on Mar 16, 2026 21:08
In reply to: https://mastodon.social/users/Edent/statuses/116238876912273084

I was temped to add versioning to #ActivityBot using:

```php
define( "VERSION", hash_file( "xxh32", __FILE__ ) );
```

But I've gone with boring old DateVer instead.

https://mastodon.social/users/Edent/statuses/116240893982822254
Create New Post