Updated README.md
This commit is contained in:
pare
27ad8682bc
commit
bfe84849c4
S'han modificat 1 arxius amb 9 adicions i 9 eliminacions
18
README.md
18
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.
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència