From 29fd29acdb71cb1dde944cd3fa412cc7b847ca0d Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sun, 14 Nov 2021 22:06:01 +0300 Subject: [PATCH] Update littr to brutalinks, add bleroma, Instagram2Fedi --- source/_data/miscellaneous.json | 6 +++--- source/_data/tools.json | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 3b45374..12b34c6 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -254,12 +254,12 @@ "categories": ["Media"] }, { - "title": "go-littr", - "source": "https://github.com/mariusor/littr.go", + "title": "brutalinks", + "source": "https://github.com/mariusor/go-littr", "protocols": "ActivityPub", "site": "", "logo": "", - "servers": "https://the-federation.info/littr", + "servers": "https://the-federation.info/brutalinks", "description": "Link aggregator inspired by Reddit.", "codeLanguage": "Go", "techStack": "", diff --git a/source/_data/tools.json b/source/_data/tools.json index 12428db..e2a2264 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -1116,6 +1116,42 @@ "diasporaClass": true, "OStatusClass": true, "categories": ["Specs"] + }, + { + "title": "Instagram2Fedi", + "source": "https://github.com/Horhik/Instagram2Fedi", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Python script for crossposting from Instagram to Mastodon or Pixelfed.", + "codeLanguage": "Python", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] + }, + { + "title": "bleroma", + "source": "https://github.com/4DA/bleroma", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Telegram bot for Pleroma and Mastodon.", + "codeLanguage": "Elixir", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] } ] }