added a notebook for peertube data gathering
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
17
peertube/statnerd/README.md
Normal file
17
peertube/statnerd/README.md
Normal 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
|
||||||
|
```
|
3
peertube/statnerd/requirements.txt
Normal file
3
peertube/statnerd/requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
jupyterlab==4.1.2
|
||||||
|
selenium==4.18.1
|
||||||
|
schedule
|
238
peertube/statnerd/statistiche.ipynb
Normal file
238
peertube/statnerd/statistiche.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user