๐ blog!
-
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 -
R relay@relay.mycrowd.ca shared this topic
S stefano@mastodon.bsd.cafe shared this topic
-
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 #phpI was temped to add versioning to #ActivityBot using:
```php
define( "VERSION", hash_file( "xxh32", __FILE__ ) );
```But I've gone with boring old DateVer instead.