{"id":18639256,"url":"https://github.com/skyguy126/schoolloop_client","last_synced_at":"2025-11-04T18:30:41.311Z","repository":{"id":72148742,"uuid":"68474761","full_name":"skyguy126/SchoolLoop_Client","owner":"skyguy126","description":"Pulls data from a School Loop portal","archived":false,"fork":false,"pushed_at":"2016-11-18T02:52:34.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T09:41:49.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyguy126.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-17T19:49:22.000Z","updated_at":"2021-04-15T22:10:29.000Z","dependencies_parsed_at":"2023-07-05T08:01:38.387Z","dependency_job_id":null,"html_url":"https://github.com/skyguy126/SchoolLoop_Client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyguy126%2FSchoolLoop_Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyguy126%2FSchoolLoop_Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyguy126%2FSchoolLoop_Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyguy126%2FSchoolLoop_Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyguy126","download_url":"https://codeload.github.com/skyguy126/SchoolLoop_Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239440947,"owners_count":19639118,"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-11-07T05:47:42.948Z","updated_at":"2025-11-04T18:30:41.280Z","avatar_url":"https://github.com/skyguy126.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School Loop Client\n\n***Pulls data from a School Loop portal***\n\n#### Features\nSimple login and logout methods and easy to use data.\n\n```java\npublic static void main(String[] args) {\n    // Create a new client instance with your school's domain\n    SClient client = new SClient(\"yourschool.schoolloop.com\");\n\n    // Log in\n    boolean loginSuccess = client.login(\"username\", \"password\");\n\n    // Get the session cookie\n    String session = client.getCookie();\n\n    // Set a previous session cookie and check if it is still valid\n    client.setCookie(session);\n    boolean isSessionValid = client.isCookieValid();\n\n    // Load the portal\n    boolean loadSuccess = client.loadPortal();\n\n    // Parse the academic data from the portal\n    client.parseAcademics();\n\n    // Get the parsed academic data\n    ArrayList\u003cSection\u003e academicData = client.getAcademicData();\n\n    String className = academicData.get(0).getName();\n    String gradePercent = academicData.get(0).getGradePercent();\n\n    // Invalidate the current session\n    client.logout();\n}\n```\n\nView `SClientTester.java` for a more complete example.\n\n**Current Feature Set (WIP)**\n\n##### Academics\n- Period\n- Course Name\n- Teacher\n- Is Published\n- Grade Letter\n- Grade Percent\n- Number of Zeros\n- Progress Report\n- Weight Scale\n\n##### Calendar\n- Day\n- Date\n- Assignments\n\n--------\n\n#### Dependencies\n[Jsoup](https://jsoup.org/), [OKHttp](http://square.github.io/okhttp/), [Okio](https://github.com/square/okio), [Apache HttpComponents](http://hc.apache.org/httpcomponents-client-ga/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyguy126%2Fschoolloop_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyguy126%2Fschoolloop_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyguy126%2Fschoolloop_client/lists"}