{"id":20162969,"url":"https://github.com/purplelemons-dev/auto-canvas","last_synced_at":"2025-07-07T19:36:57.814Z","repository":{"id":211035382,"uuid":"728029886","full_name":"purplelemons-dev/auto-canvas","owner":"purplelemons-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-08T21:40:57.000Z","size":6808,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T02:37:41.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/purplelemons-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-06T04:33:32.000Z","updated_at":"2024-08-08T21:41:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"22b52e8c-2ab0-4e47-b9db-3fb4244971f3","html_url":"https://github.com/purplelemons-dev/auto-canvas","commit_stats":null,"previous_names":["purplelemons-dev/auto-canvas"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplelemons-dev%2Fauto-canvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplelemons-dev%2Fauto-canvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplelemons-dev%2Fauto-canvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplelemons-dev%2Fauto-canvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purplelemons-dev","download_url":"https://codeload.github.com/purplelemons-dev/auto-canvas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600518,"owners_count":19988715,"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-14T00:27:41.355Z","updated_at":"2025-03-03T03:11:06.007Z","avatar_url":"https://github.com/purplelemons-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto-Canvas\n\nbrowser extension (developed for Edge) to automatically google quizlet answers.\n\nhttps://github.com/purplelemons-dev/auto-canvas/assets/63922192/9efa3537-cd2d-4836-90e5-7de26e33f0df\n\n## How it works\n\nthe client (browser) loads a button on each question. on button press, the client sends the server 1) the question, and 2) the options avaliable. the options are also assigned a letter for backend convienince.\n\nthe server will use google to find a quizlet URL associated with the question. then, the server uses `JSDOM` to find each question and answer on the quizlet page and formats it nicely in a string.\n\nthe long Q/A string is then passed on to GPT4 as well as the original question and answer option set. GPT4 will respond with a list of answers, accounting for the fact that some questions are MCMA. It's answer is then passed to the client, where the answer(s) are labeled with the client-side lettering and the model's reasoning.\n\nthe client cycles through all the answer(s) and will highlight correct choices with green and autoselect correct choice(s).\n\na info-button is added under \"Get Answer\" for the user to view the model's reasoning.\n\n## setup\n\n### server\n\n```bash\ngit clone https://github.com/purplelemons-dev/auto-canvas.git\ncd auto-canvas\nnpm i\n```\n\nget your own api key and CX (custom search engine ID) from google programmable search engines (you can customize the search restrictions how you like, but it have it set to `*.quizlet.com`). plug those values into `./server/env.template.ts` and remove the `.template`\n\n### extension\n\nin your browser, load the extension (you may need to enable developer options) by using the `./extension/edge` folder.\n\n## run\n\nin `.../auto-canvas/server`\n\n```bash\nnode .\n```\n\n## use\n\nwill automatically add `Get Answer` button to all questions on quizzes and throw up a pop-up textarea with quizlet results.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurplelemons-dev%2Fauto-canvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurplelemons-dev%2Fauto-canvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurplelemons-dev%2Fauto-canvas/lists"}