Updated README.md

This commit is contained in:
spla 2020-05-17 12:32:11 +02:00
pare 42b6def28d
commit 27ad8682bc
S'han modificat 1 arxius amb 11 adicions i 1 eliminacions

Veure arxiu

@ -19,7 +19,17 @@ Within Python Virtual Environment:
3. Run `python getworld.py` to get all peers from your host and the whole world of fediverse's servers (or almost the whole world).
4. Run `python fediverse.py` to query world alive servers API.
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 | | | |
5. Use your favourite scheduling method to set ratio.py to run regularly.