From 873845fb4f21e5fdd018b7e39cac26056d99b1a2 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Mon, 23 Oct 2023 22:26:45 +0300 Subject: [PATCH] Add FediFetcher, GetMoarFediverse, FakeRelay, masto-backfill --- source/_data/tools.json | 90 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/source/_data/tools.json b/source/_data/tools.json index fedc9b4..42ef692 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -2646,6 +2646,96 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Utils"] + }, + { + "title": "FediFetcher", + "source": "https://github.com/nanos/FediFetcher", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Tool for Mastodon that automatically fetches missing replies and posts from other Fediverse instances and adds them to your own Mastodon instance.", + "codeLanguage": "Python", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "GetMoarFediverse", + "source": "https://github.com/g3rv4/GetMoarFediverse", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Import content into your instance that's tagged with hashtags you're interested in.", + "codeLanguage": "C#", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "FakeRelay", + "source": "https://github.com/g3rv4/FakeRelay", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "An API to index statuses on Mastodon acting as a relay.", + "codeLanguage": "C#", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "FakeFirehose", + "source": "https://github.com/raynormast/fake-firehose", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "An API to index statuses on Mastodon acting as a relay.", + "codeLanguage": "C#", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "masto-backfill", + "source": "https://github.com/AdamK2003/masto-backfill", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Fetches old posts on your Mastodon, Pleroma or compatible instance(s).", + "codeLanguage": "JavaScript", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] } ] }