{"id":21960407,"url":"https://github.com/adrienjoly/classroom-assignments-cli","last_synced_at":"2025-10-30T13:07:34.416Z","repository":{"id":38174008,"uuid":"239750165","full_name":"adrienjoly/classroom-assignments-cli","owner":"adrienjoly","description":"👩‍🎓 a CLI to download assignements submitted by students on Google Classroom","archived":false,"fork":false,"pushed_at":"2022-12-06T14:43:05.000Z","size":798,"stargazers_count":2,"open_issues_count":11,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T20:49:14.667Z","etag":null,"topics":["cli","google-classroom"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/adrienjoly.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":"2020-02-11T11:52:56.000Z","updated_at":"2022-02-03T15:39:51.000Z","dependencies_parsed_at":"2023-01-24T02:00:38.306Z","dependency_job_id":null,"html_url":"https://github.com/adrienjoly/classroom-assignments-cli","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fclassroom-assignments-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fclassroom-assignments-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fclassroom-assignments-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fclassroom-assignments-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrienjoly","download_url":"https://codeload.github.com/adrienjoly/classroom-assignments-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250497100,"owners_count":21440255,"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":["cli","google-classroom"],"created_at":"2024-11-29T09:58:57.240Z","updated_at":"2025-10-30T13:07:29.378Z","avatar_url":"https://github.com/adrienjoly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `gclass` – Google Classroom Assignments CLI\n\nFetches courses, students, assignments and student-submitted URLs from Google Classroom API.\n\n![](./docs/1-download-classroom-submissions.png)\n\nForked from [adrienjoly/classroom-submissions-to-pdf](https://github.com/adrienjoly/classroom-submissions-to-pdf).\n\n## Usage\n\n```sh\n$ npx gclass list-courses # will list course_ids\n$ npx gclass get-course \u003ccourse_id\u003e # will display metadata about the course\n$ npx gclass list-students \u003ccourse_id\u003e\n$ npx gclass list-assignments \u003ccourse_id\u003e # will list assignment_ids\n$ npx gclass list-submissions \u003ccourse_id\u003e \u003cassignment_id\u003e\n$ npx gclass list-submitted-urls \u003ccourse_id\u003e \u003cassignment_id\u003e\n$ npx gclass generate-test-script \u003ccourse_id\u003e \u003cassignment_id\u003e\n```\n\n## Setup\n\nBefore running, don't forget to:\n\n1. create an app and web client auth on [Google Developer Console](https://console.developers.google.com/);   \n2. and set the corresponding environment variables: `GCLA_CLIENT_ID`, `GCLA_CLIENT_SECRET` and `GCLA_REDIRECT_URL` (note: you can store them in a `.env` file)\n\nAll `npm` scripts that can be used are listed in the `package.json` file.\n\n## Run tests\n\n```sh\n$ git clone https://github.com/adrienjoly/classroom-assignments-cli.git\n$ cd classroom-assignments-cli\n$ npm install\n$ npm test        # =\u003e tests the Google API\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fclassroom-assignments-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrienjoly%2Fclassroom-assignments-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fclassroom-assignments-cli/lists"}