Updated misskey users API endpoint
This commit is contained in:
pare
ad9d57ea9a
commit
d2ec4522a4
S'han modificat 1 arxius amb 22 adicions i 21 eliminacions
43
README.md
43
README.md
|
@ -21,27 +21,28 @@ 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:
|
4. Run `python fediverse.py` to query world alive servers API. It gets data from server's API according this table:
|
||||||
|
|
||||||
| Software | API peers | API users (nodeinfo/2.0.json) | API users (nodeinfo/2.0) | API users (api/v1/instance) | API users (main/nodeinfo/2.0) | API users (api/nodeinfo/2.0.json) | API users (api/nodeinfo) | Software |
|
| Software | API peers | API users (nodeinfo/2.0.json) | API users (nodeinfo/2.0) | API users (api/v1/instance) | API users (main/nodeinfo/2.0) | API users (api/nodeinfo/2.0.json) | API users (api/nodeinfo) | Software |
|
||||||
|:--------------:|:---------------------:|:------------------------------------------:|:--------------------------------------:|:---------------------------:|:-----------------------------:|:---------------------------------:|:---------------------------:|:--------------:|
|
|:--------------:|:---------------------:|:------------------------------------------:|:----------------------------------------------------------------------------------------------:|:---------------------------:|:-----------------------------:|:---------------------------------:|:---------------------------:|:--------------:|
|
||||||
| Diaspora | | ['usage']['users']['total'] | | | | | | Diaspora |
|
| Diaspora | | ['usage']['users']['total'] | | | | | | Diaspora |
|
||||||
| Friendica | api/v1/instance/peers | | ['usage']['users']['total'] | | | | | Friendica |
|
| Friendica | api/v1/instance/peers | | ['usage']['users']['total'] | | | | | Friendica |
|
||||||
| Ganggo | | | ['usage']['users']['total'] | | | | | Ganggo |
|
| Ganggo | | | ['usage']['users']['total'] | | | | | Ganggo |
|
||||||
| GNU Social | | | | | ['usage']['users']['total'] | | | GNU Social |
|
| GNU Social | | | | | ['usage']['users']['total'] | | | GNU Social |
|
||||||
| GNU Social 2.x | | | | | | ['usage']['users']['total'] | | GNU Social 2.x |
|
| GNU Social 2.x | | | | | | ['usage']['users']['total'] | | GNU Social 2.x |
|
||||||
| Groundpolis | | | ['usage']['users']['total'] | | | | | Groundpolis |
|
| Groundpolis | | | ['usage']['users']['total'] | | | | | Groundpolis |
|
||||||
| Hubzilla | | | ['usage']['users']['total'] | | | | | Hubzilla |
|
| Hubzilla | | | ['usage']['users']['total'] | | | | | Hubzilla |
|
||||||
| Mastodon | api/v1/instance/peers | ['usage']['users']['total'] (since v3.0.0) | | ['stats']['user_count'] | | | | Mastodon |
|
| Mastodon | api/v1/instance/peers | ['usage']['users']['total'] (since v3.0.0) | | ['stats']['user_count'] | | | | Mastodon |
|
||||||
| Misskey | | | **NO** (['usage']['users'] returns {}) | | | | | Misskey |
|
| Misskey | | | **NO** (['usage']['users'] returns {}) so using ['usage']['users']['activeHalfyear'] instead | | | | | Misskey |
|
||||||
| Osada | | | ['usage']['users']['total'] | | | | | Osada |
|
| Osada | | | ['usage']['users']['total'] | | | | | Osada |
|
||||||
| Peertube | | ['usage']['users']['total'] | | | | | | Peertube |
|
| Peertube | | ['usage']['users']['total'] | | | | | | Peertube |
|
||||||
| Pixelfed | | | | | | ['usage']['users']['total'] | | Pixelfed |
|
| Pixelfed | | | | | | ['usage']['users']['total'] | | Pixelfed |
|
||||||
| Pleroma | api/v1/instance/peers | ['usage']['users']['total'] | | | | | | Pleroma |
|
| Pleroma | api/v1/instance/peers | ['usage']['users']['total'] | | | | | | Pleroma |
|
||||||
| Plume | | | ['usage']['users']['total'] | | | | | Plume |
|
| Plume | | | ['usage']['users']['total'] | | | | | Plume |
|
||||||
| Prismo | | | ['usage']['users']['total'] | | | | | Prismo |
|
| Prismo | | | ['usage']['users']['total'] | | | | | Prismo |
|
||||||
| Ravenvale | | ['usage']['users']['total'] | | | | | | Ravenvale |
|
| Ravenvale | | ['usage']['users']['total'] | | | | | | Ravenvale |
|
||||||
| Squus | | | ['usage']['users']['total'] | | | | | Squus |
|
| Squus | | | ['usage']['users']['total'] | | | | | Squus |
|
||||||
| Writefreely | | | | | | | ['usage']['users']['total'] | Writefreely |
|
| Writefreely | | | | | | | ['usage']['users']['total'] | Writefreely |
|
||||||
| Zap | | | ['usage']['users']['total'] | | | | | Zap |
|
| Zap | | | ['usage']['users']['total'] | | | | | Zap |
|
||||||
|
|
||||||
|
|
||||||
5. Use your favourite scheduling method to set `python fediverse.py` after `python getworld.py` to run regularly.
|
5. Use your favourite scheduling method to set `python fediverse.py` after `python getworld.py` to run regularly.
|
||||||
|
|
||||||
|
|
Loading…
Referencia en una nova incidència