From 79c36e2d08c34fcc12b6f2609473f46ffa8969e4 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Mon, 19 Sep 2022 07:51:14 +0200 Subject: [PATCH] Add Masto Thread Renderer to Utilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1db4803..aa0fe25 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,8 @@ For an overview of known relays, see [A sorted list of ActivityPub relays for Ma * :heavy_check_mark: [**mastodon_bulk_find_follow**](https://gitlab.com/ozten/mastodon_bulk_find_follow) ([site](https://commotionmade.com/)): Bulk find and follow to make it easy to migrate from Twitter to Mastodon. `BSD-3-Clause, Javascript` +* [**Masto Thread Renderer**](https://github.com/vrutkovs/masto-thread-renderer) ([site](https://thread.vrutkovs.eu), [Fedi account](https://social.vrutkovs.eu/users/vadim)): Display a Mastodon thread (only author toots, no replies) as a web page or Markdown for reading. `Apache-2.0, Rust` + * :heavy_check_mark: [**Mastotool**](https://github.com/muesli/mastotool): A collection of tools to work with your Mastodon account; displays account statistics and lets you search your toots. `MIT, Go` * :heavy_check_mark: [**MastoBot**](https://gitlab.com/eroosenmaallen/mastobot) ([Fedi account](https://roosenmaallen.com/author/admin/)): NodeJS Mastodon client library with an eye to making bot development fun & easy. `ISC License, Javascript`