added a notebook for peertube data gathering

This commit is contained in:
2024-03-07 03:22:42 +01:00
parent ff2a92194b
commit 37fd38f1b0
4 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
## Statistiche per nerd da Peer Tube
spero funzioni
per installarlo baste creare un nuovo ambiente e installare le dipendenze con:
```
python -m venv env
source .\env\bin\activate
pip install -r requirements.txt
```
per eseguire il tutto basta lanciare:
```
jupyter-lab
```