|
11 months ago | |
---|---|---|
README.md | 11 months ago | |
db-setup.py | 11 months ago | |
pleroma-fed.py | 11 months ago | |
requirements.txt | 1 year ago | |
setup.py | 1 year ago |
Your Pleroma server's known fediverse
You know how many servers are federated with your Pleroma server but you don't know much about them. What software are they running? How many users? Are they still alive? These Python scripts will help you to get all that information and much more!
pleroma-fed.py
!Within Python Virtual Environment:
Run 'db-setup.py' to create needed database and tables. All collected data will be written there. You can use software like Grafana to visualize your fediverse metrics!
Run 'setup.py' to get your Pleroma's access token of an existing user. It will be saved to 'secrets/secrets.txt' for further use.
Run 'pleroma-fed.py' to start collecting all information about your Pleroma server's federated servers, their stats, if they are alive etc.
Once it finished, will post some of collected stats to your Pleroma server!
Note: install all needed packages with 'pip install package' or use 'pip install -r requirements.txt' to install them.
- db-setup.py will ask you how many processes you want pleroma-fed.py will use.
- db-setup.py will add new table and columns to your fediverse database