{"id":28188266,"url":"https://github.com/vexcited/pronote.modules.js","last_synced_at":"2025-05-16T08:13:04.500Z","repository":{"id":292008429,"uuid":"978924568","full_name":"Vexcited/PRONOTE.modules.js","owner":"Vexcited","description":"A datamine of the PRONOTE.net server executable to understand changes done to publicly exposed JS modules.","archived":false,"fork":false,"pushed_at":"2025-05-07T16:53:45.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T17:29:27.702Z","etag":null,"topics":["datamine","pronote"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Vexcited.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-06T18:05:25.000Z","updated_at":"2025-05-07T16:53:49.000Z","dependencies_parsed_at":"2025-05-07T17:29:35.943Z","dependency_job_id":"66c389b5-532d-45ff-aa34-bf8a4dcbca6e","html_url":"https://github.com/Vexcited/PRONOTE.modules.js","commit_stats":null,"previous_names":["vexcited/pronote.modules.js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexcited%2FPRONOTE.modules.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexcited%2FPRONOTE.modules.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexcited%2FPRONOTE.modules.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexcited%2FPRONOTE.modules.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vexcited","download_url":"https://codeload.github.com/Vexcited/PRONOTE.modules.js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493306,"owners_count":22080128,"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":["datamine","pronote"],"created_at":"2025-05-16T08:12:28.073Z","updated_at":"2025-05-16T08:13:04.494Z","avatar_url":"https://github.com/Vexcited.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PRONOTE.net server datamine\n\nA datamine concerning JS modules publicly exposed contained in the PRONOTE.net server executable.\n\n## Motivation\n\nBecause of new features in PRONOTE and potential breaking changes, we have to follow them in order to make projects like [Pawnote](https://pawnote.docs.literate.ink) and [pronotepy](https://github.com/bain3/pronotepy) work smoothly.\n\n## Prerequisites\n\nYou may need to have some tools pre-installed depending on your platform.\n\n- [Bun](https://bun.sh) to execute the main script\n- `7z` command available at `C:\\Program Files\\7-Zip\\7z.exe` on Windows, and available globally on any other platform\n- [`wine`](https://gitlab.winehq.org/wine/wine) command available globally if you're on anything else than Windows, it will allow us to run tools that are only running on Windows\n\n## Usage\n\n```bash\ngit clone https://github.com/Vexcited/PRONOTE.modules.js\ncd PRONOTE.modules.js\n\n# Install dependencies\nbun install\n\n# Run the whole process\nbun run src/index.ts\n\n# You can now read every extracted modules\nls modules\n```\n\nIt should work on every platform, if not please open an issue !\n\n## Where to find?\n\nYou can watch the previous runs in the [`modules` branch](https://github.com/Vexcited/PRONOTE.modules.js/tree/modules).\nIt is filled by a CI that runs every two hours and checks if any update has been released.\n\n## What is the `unused` folder?\n\nThis is a folder where we put modules that are not used in any `require(...)` statement in the whole codebase.\n\nThere's some issues with parsing require so that's why we put them there in case we need them later, notably for scripts imported directly via the `\u003cscript\u003e` tag and not tracked here.\n\n## Credits\n\nI'd like to thank those projects for making this available.\n\n- [Cheerio](https://cheerio.js.org/) to scrap the setup download URL from PRONOTE's frontpage\n- [ISx](https://github.com/lifenjoiner/ISx) to extract files from the InstallShield installer\n- [unshield](https://github.com/twogood/unshield) to extract `data2.cab` file from the InstallShield installer\n- [Prettier](https://prettier.io/) to format modules after processing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvexcited%2Fpronote.modules.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvexcited%2Fpronote.modules.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvexcited%2Fpronote.modules.js/lists"}