From 1ecb5f82ad898ef97ad3131409333445211f3f03 Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 18 Feb 2021 17:59:53 +0100 Subject: [PATCH] Added Lemmy project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63c173b..e709cf3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Within Python Virtual Environment: | GNU Social 2.x | | | | | | ['usage']['users']['total'] | | GNU Social 2.x | | Groundpolis | | | ['usage']['users']['total'] | | | | | Groundpolis | | Hubzilla | | | ['usage']['users']['total'] | | | | | Hubzilla | +| Lemmy | api/v2/site ['federated_instances']['linked'] | | ['usage']['users']['total'] | | | | | Lemmy | | Mastodon | api/v1/instance/peers | ['usage']['users']['total'] (since v3.0.0) | | ['stats']['user_count'] | | | | Mastodon | | Misskey | | | **NO** (['usage']['users'] returns {}) so using ['usage']['users']['activeHalfyear'] instead | | | | | Misskey | | Osada | | | ['usage']['users']['total'] | | | | | Osada | @@ -53,6 +54,7 @@ Within Python Virtual Environment: | gnusocialv2 | api/nodeinfo/2.0.json | ['software']['name'] | | groundpolis | nodeinfo/2.0 | ['software']['name'] | | hubzilla | nodeinfo/2.0 | ['software']['name'] | +| lemmy | nodeinfo/2.0.json | ['software']['name'] | | mastodon | nodeinfo/2.0.json | ['software']['name'] | | misskey | nodeinfo/2.0 | ['software']['name'] | | osada | nodeinfo/2.0.json | ['software']['name'] |