diff --git a/README.md b/README.md index e5b555c..82aa487 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 (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'] | | +| Software | API peers | API users (nodeinfo/2.0.json) | API users api/v1/instance | +|:----------:|:---------------------:|:------------------------------------------:|:-------------------------:| +| Diaspora | | | | +| Friendica | api/v1/instance/peers | | | +| GNU Social | | | | +| Hubzilla | | | | +| Mastodon | api/v1/instance/peers | ['usage']['users']['total'] (since v3.0.0) | ['stats']['user_count'] | +| Peertube | | | | +| Pleroma | api/v1/instance/peers | ['usage']['users']['total'] | | 5. Use your favourite scheduling method to set ratio.py to run regularly.