Comparar commits

..

2 commits

Autor SHA1 Mensaje Fecha
9a40889f80 Merge branch 'main' of https://git.mastodont.cat/spla/stats 2023-05-29 10:01:01 +02:00
7eb9aa741d Updated 2023-05-29 09:46:16 +02:00

Veure arxiu

@ -20,6 +20,8 @@ Within Python Virtual Environment:
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`. 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. 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 top table to save top five softwares data.
28.5.2023 - Added upload.py to upload alive fediverse's dataset to configured Forgejo repository. 28.5.2023 - Added upload.py to upload alive fediverse's dataset to configured Forgejo repository.