{"id":15949382,"url":"https://github.com/davidm42/sonawrap","last_synced_at":"2025-04-02T18:41:57.429Z","repository":{"id":57469295,"uuid":"220100232","full_name":"DavidM42/SonaWrap","owner":"DavidM42","description":"Reverse engineered python api wrapper for the sona academic studies systems mobile api","archived":false,"fork":false,"pushed_at":"2023-01-25T23:02:52.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T07:48:54.729Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidM42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-06T22:12:20.000Z","updated_at":"2024-01-20T20:24:14.000Z","dependencies_parsed_at":"2023-02-14T12:16:29.600Z","dependency_job_id":null,"html_url":"https://github.com/DavidM42/SonaWrap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidM42%2FSonaWrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidM42%2FSonaWrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidM42%2FSonaWrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidM42%2FSonaWrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidM42","download_url":"https://codeload.github.com/DavidM42/SonaWrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246871157,"owners_count":20847430,"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":"2024-10-07T12:14:05.006Z","updated_at":"2025-04-02T18:41:57.397Z","avatar_url":"https://github.com/DavidM42.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SonaWrap\nReverse engineered python api wrapper for the sona academic studies systems mobile api\n\n## How to use\nInstall with `pip install SonaWrap`\n\n```python\nfrom SonaWrap.Wrapper import SonaWrap\nfrom config import credentials\n\n# 1. AUTH\n# Either give in username and password or existing token previously printed out to reuse authentication\nsona = SonaWrap(username=credentials[\"username\"], password=credentials[\"password\"])\n# sona = SonaWrap(token=\"b93ef8aed029418f871dc09c83283b67\")\n\n# 2. Usable routes\nsona.test_connection()\nsona.my_schedule()\nsona.main_menu_info()\nsona.study_page_info()\n\n# one of the IDs from data of sona.study_page_info()\nsona.study_info(1588)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidm42%2Fsonawrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidm42%2Fsonawrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidm42%2Fsonawrap/lists"}