[Microblog] 🆕 blog!
submitted by
🆕 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: shkspr.mobi/blog/2026/03/some-
⸻
#ActivityBot #ActivityPub #mastodon #php
Human Web Collective
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.
Well this is exciting!My little #ActivityBot server is through to the next round of the @nlnet grant application process.Still a long way to go, but rather encouraging.You can play with the code at gitlab.com/edent/activity-bot/