Add # fyrfli's bots

2025-06-08 15:15:34 -05:00
commit f366e5304b

11
%23-fyrfli%27s-bots.md Normal file

@ -0,0 +1,11 @@
This is my ActivityPub bot project. Eventually, all my bots' code will reside in this repository.
To run any of these bots for yourself, you will need:
- a git repository on a forge that supports [github actions](https://github.com/resources/whitepapers/actions)*
- the ability to add secrets to the repository
- an ActivityPub enabled account that supports the Mastodon API (only tested with Mastodon-glitch and Gotosocial at the moment)
___
*I despise corporate crap much like you do. I use [Gitea](https://about.gitea.com) and [their fork](https://blog.gitea.com/hacking-on-gitea-actions/) of Github's actions project. Note that while many folks migrated to [Forgejo](https://forgejo.org), I have not. Many reasons for that, but the most definitive reason is that when Forgejo forked off from Gitea, there wasn't a really comprehensive CI/CD solution (woodpecker was clunky for me) and when Gitea Actions finally released, it was a complicated process to migrate.