added a notebook for peertube data gathering
This commit is contained in:
@@ -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
|
||||
```
|
||||
@@ -0,0 +1,3 @@
|
||||
jupyterlab==4.1.2
|
||||
selenium==4.18.1
|
||||
schedule
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user