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

8
.gitignore vendored
View File

@@ -289,3 +289,11 @@ TSWLatexianTemp*
# option is specified. Footnotes are the stored in a file with suffix Notes.bib. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored. # Uncomment the next line to have this generated file ignored.
#*Notes.bib #*Notes.bib
.ipynb_checkpoints/
env/
__pycache__/
test/
venv/
.venv/
*.json

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
```

View File

@@ -0,0 +1,3 @@
jupyterlab==4.1.2
selenium==4.18.1
schedule

File diff suppressed because one or more lines are too long