File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Classeviva is a Go library and CLI tool to access the popular school portal https://web.spaggiari.eu .
44
5- ## Install
5+ ## Quick Start
6+
7+ ### Install
68
79``` sh
810brew install zmoog/homebrew-classeviva/classeviva
@@ -24,6 +26,33 @@ classeviva
2426classeviva (Binary)
2527```
2628
29+ ### Add your kids
30+
31+ ``` sh
32+ $ classeviva profile add joelmiller
33+ Username: joelmiller
34+ Password: ******
35+ Profile ' joelmiller' added successfully.
36+ ```
37+
38+ ``` sh
39+ $ classeviva profile list
40+ +------------+------------+---------+
41+ | PROFILE | USERNAME | DEFAULT |
42+ +------------+------------+---------+
43+ | joelmiller | joelmiller | * |
44+ +------------+------------+---------+
45+
46+ $ classeviva grades list
47+ +------------+-------+-----------------------------------------------------------+----------------------------------+
48+ | DATE | GRADE | SUBJECT | NOTES |
49+ +------------+-------+-----------------------------------------------------------+----------------------------------+
50+ | 2025-10-24 | 9 | SCIENZE MOTORIE E SPORTIVE | |
51+ | | 7- | STORIA | |
52+ | 2025-10-22 | 8½ | SCIENZE NATURALI (BIOLOGIA, CHIMICA, SCIENZE DELLA TERRA) | Verifiche genetica moderna e DNA |
53+ +------------+-------+-----------------------------------------------------------+----------------------------------+%
54+ ```
55+
2756## Authentication
2857
2958Classeviva supports multiple authentication methods with a priority chain, making it easy to manage credentials for multiple students.
You can’t perform that action at this time.
0 commit comments