From ff2686ff6f8af845bc8063180a2632cd186d83c1 Mon Sep 17 00:00:00 2001 From: edo999 Date: Wed, 1 Jan 2025 19:13:09 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20bots=20URL=20=F0=9F=A4=96.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blog/build-a-mastodon-bot-with-node-and-github-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md b/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md index 9338618..b07acca 100644 --- a/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md +++ b/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md @@ -9,9 +9,9 @@ Bots sit at the intersection of technology and creativity in the social media sp ## Why a Mastodon bot? -Bots are fully automated social media accounts that post [beautiful](https://botsin.space/@Stripey), [funny](https://mastodon.social/@daily_emoji), [absurd](https://botsin.space/@gamecovevocemag) or [niche](https://botsin.space/@botequippedwith) content on a regular basis. They enrich your timeline with ephemeral beauty and quirkiness. +Bots are fully automated social media accounts that post [beautiful](https://shuriken.masto.host/@Stripey), [funny](https://mastodon.social/@daily_emoji), [absurd](https://botsin.space/@gamecovevocemag) or [niche](https://botsin.space/@botequippedwith) content on a regular basis. They enrich your timeline with ephemeral beauty and quirkiness. -If you're not a programmer, there is _[Cheap Bots, Toot Sweet!](https://cheapbotstootsweet.com/)_ to host your bots for free. It uses [Tracery](http://tracery.io/), a user-friendly tool to generate text. You write a grammar which is used to randomly post statuses. As an example, here's a simple bot I made about emotions: [@emotions](https://botsin.space/@emotions). +If you're not a programmer, there is _[Cheap Bots, Toot Sweet!](https://cheapbotstootsweet.com/)_ to host your bots for free. It uses [Tracery](http://tracery.io/), a user-friendly tool to generate text. You write a grammar which is used to randomly post statuses. As an example, here's a simple bot I made about emotions: [@emotions](https://zirk.us/@emotions). I love how simple and immediate is this little bot, but I wanted to build something more elaborate. The open nature of Mastodon and the fediverse ecosystem encourages the creation of new and creative tools; I knew building a bot for it would be a pleasant experience. The question was a bot about what.