{"id":29200315,"url":"https://github.com/zmoog/classeviva-client","last_synced_at":"2025-10-14T12:51:27.876Z","repository":{"id":42173384,"uuid":"327372285","full_name":"zmoog/classeviva-client","owner":"zmoog","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-11T21:08:48.000Z","size":28,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-11T11:06:28.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmoog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-06T16:44:04.000Z","updated_at":"2022-09-03T08:16:55.000Z","dependencies_parsed_at":"2022-08-12T08:40:32.871Z","dependency_job_id":null,"html_url":"https://github.com/zmoog/classeviva-client","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/zmoog/classeviva-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fclasseviva-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fclasseviva-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fclasseviva-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fclasseviva-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmoog","download_url":"https://codeload.github.com/zmoog/classeviva-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fclasseviva-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121445,"owners_count":23416997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-02T10:35:41.205Z","updated_at":"2025-10-14T12:51:22.834Z","avatar_url":"https://github.com/zmoog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# classeviva-client\n\nclasseviva-client is a Python library and a CLI tool to access the https://web.spaggiari.eu, probably the most used portal for schools, students and families.\n\n## Getting Started\n\nSet your credentials as environment variables:\n\n```shel\nexport CLASSEVIVA_USERNAME=\"you@domain.com\"\nexport CLASSEVIVA_PASSWORD=\"secret!\"\n```\n\n### As a Python library\n\n```shell\n$ python\n\u003e\u003e\u003e\n\u003e\u003e\u003e from classeviva.client import Client\n\u003e\u003e\u003e from classeviva.credentials import EnvCredentialsProvider\n\u003e\u003e\u003e\n\u003e\u003e\u003e\n\u003e\u003e\u003e with Client(EnvCredentialsProvider()) as client:\n...   print(client.grades()[:1])\n...\n[Grade(value=7.25, display_value='7+', subject='ITALIANO', date='2021-10-11', color='green', comment='')]\n```\n\n### As a CLI tool\n\nList your grades:\n\n```shell\n$ classeviva list-grades\n\n2022-03-30\n- MUSICA, 7\n2022-03-28\n- MATEMATICA, 7½\n2022-02-22\n- MUSICA, 9½\n- RELIGIONE, 8½\n```\n\nList your agenda entries for homework assignments:\n\n```shell\n$ classeviva list-agenda\n\n2022-04-07\n- TEACHER A, Geometria: pagina 42 n.90-91-96-100.\n- TEACHER B, leggere e tradurre oralmente i dialogo di p. 130 e copiare una volta sul quaderno. \n```\n\n## Refs\n\nSpecial thanks to [@michelangelomo](https://github.com/michelangelomo) for providing good API docs at [michelangelomo/Classeviva-Official-Endpoints](https://github.com/michelangelomo/Classeviva-Official-Endpoints).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Fclasseviva-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmoog%2Fclasseviva-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Fclasseviva-client/lists"}