Get and publish all fediverse's servers stats: total alive servers, total registered users and total Monthly Active Users (MAU)
Anar al arxiu
2024-01-07 21:22:54 +01:00
app Added top table to save top five softwares and upload.py to upload alive fediverse's dataset to Forgejo repo 2023-05-28 22:18:12 +02:00
dataset esborrat 2024-01-07 21:22:54 +01:00
fediquery.py Accepting queries from fediverse's users about soft or server 2023-04-15 17:33:13 +02:00
fediverse.py Changed dataset dir structure to year/month 2023-06-07 13:28:12 +02:00
fetchpeers.py First release 2023-04-08 13:15:29 +02:00
LICENSE First release 2023-04-08 13:15:29 +02:00
README.md Updated 2023-05-29 09:46:16 +02:00
requirements.txt Added top table to save top five softwares and upload.py to upload alive fediverse's dataset to Forgejo repo 2023-05-28 22:18:12 +02:00
upload.py Changed dataset dir structure to year/month 2023-06-07 13:28:12 +02:00

Fediverse Stats

This code gets all peers from Mastodon server host and then all peers from host server's peers. Goal is to collect maximum number of alive fediverse's servers and then query the nodeinfo endpoint of all of them to obtain their registered users and MAU (if their nodeinfo is providing such information). At the end it post the results to host server bot account.

Dependencies

  • Python 3
  • Postgresql server
  • Mastodon running server.

Usage:

Within Python Virtual Environment:

  1. Run pip install -r requirements.txt to install needed libraries.

  2. Run python fetchpeers.py. First run will setup everything up and after that it will get maximum peers possible from Mastodon host peers list and beyond.

  3. Run python fediverse.py to check an get all information from all peers nodeinfo endpoints. At the end it will publish the results to the configured Mastodon account.

  4. Use your favourite scheduling method to set python fetchpeers.py to run at least once a day and python fediverse.py to run at desired pace to publish the results. Also set python fediquery.py to run every minute to accept queries from any fediverse' users about any server or soft.

  5. Use your favourite scheduling method to run python upload.py if you want to upload alive fediverse's datasets to your configured Forgejo repository.

15.4.2023 - Added fediquery.py. It allows queries from any fediverse' user about soft and server (keywords). It replies to the asking user with its data, if any.
28.5.2023 - Added top table to save top five softwares data.
28.5.2023 - Added upload.py to upload alive fediverse's dataset to configured Forgejo repository.