Go to file
2024-01-05 17:37:02 +01:00
FediBubble.py Correct position of outs folder creation. 2024-01-04 12:58:23 +01:00
README.md Adding information. 2024-01-05 17:37:02 +01:00
requirements.txt Remove json from requirements. 2024-01-04 12:58:43 +01:00

FediBubble

This app gathers node and software information from the followed accounts in the Fediverse and represents its distribution.

To install required packages:

pip install -r requirements.txt

And then to run the software:

python FediBubble.py [username] [domain]

Example:

python FediBubble.py marcelcosta bcn.fedi.cat

For now, it has only been tested with accounts in Akkoma, Pleroma and Mastodon installed servers. Is not working with Firefish and GoToSocial (if you know how to get the information from the API, we can add it!).