From bfe84849c452a5e5da795c4ba14977162a7c6b94 Mon Sep 17 00:00:00 2001 From: spla Date: Sun, 17 May 2020 12:49:49 +0200 Subject: [PATCH] Updated README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60e309e..e5b555c 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ Within Python Virtual Environment: 4. Run `python fediverse.py` to query world alive servers API. It gets data from server's API according this table: -| Software | API | API | API | API peers | API users | -|:----------:|:-----------------:|:---------------:|:---:|:---------:|:---------:| -| Diaspora | nodeinfo/2.0.json | | | | | -| Friendica | nodeinfo/2.0.json | api/v1/instance | | | | -| GNU Social | | | | | | -| Hubzilla | | | | | | -| Mastodon | nodeinfo/2.0.json | api/v1/instance | | | | -| Peertube | nodeinfo/2.0.json | | | | | -| Pleroma | nodeinfo/2.0.json | api/v1/instance | | | | +| Software | API | API | API | API peers | API users (nodeinfo/2.0.json) | API users api/v1/instance | +|:----------:|:-----------------:|:---------------:|:------------:|:---------------------:|:------------------------------------------:|:-------------------------:| +| Diaspora | nodeinfo/2.0.json | | | | | | +| Friendica | nodeinfo/2.0.json | api/v1/instance | nodeinfo/2.0 | api/v1/instance/peers | | | +| GNU Social | | | | | | | +| Hubzilla | | | | | | | +| Mastodon | nodeinfo/2.0.json | api/v1/instance | | api/v1/instance/peers | ['usage']['users']['total'] (since v3.0.0) | ['stats']['user_count'] | +| Peertube | nodeinfo/2.0.json | | | | | | +| Pleroma | nodeinfo/2.0.json | api/v1/instance | | api/v1/instance/peers | ['usage']['users']['total'] | | 5. Use your favourite scheduling method to set ratio.py to run regularly.