From 1436bca8a57909d10a0b0bc1240b1f69045caddb Mon Sep 17 00:00:00 2001 From: aRubes Date: Sat, 28 Jan 2023 20:32:26 +0000 Subject: [PATCH] Added rtoot see here: https://schochastics.github.io/rtoot/ Signed-off-by: aRubes --- source/_data/tools.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_data/tools.json b/source/_data/tools.json index c53e583..026c64c 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -1,6 +1,24 @@ { "apps": [ + { + "title": "rtoot", + "source": "https://github.com/schochastics/rtoot", + "protocols": "ActivityPub", + "site": "https://schochastics.github.io/rtoot/", + "logo": "https://github.com/schochastics/rtoot/blob/110376aa8014990c7e0f95203b518ab86a6d7270/man/figures/logo.png", + "servers": "", + "description": "Interact with the mastodon API from R", + "codeLanguage": "R", + "techStack": "", + "license": "MIT License", + "FediAccount": "@schochastics@fosstodon.org", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] + }, { "title": "ForgeFed", "source": "https://codeberg.org/ForgeFed/ForgeFed",