{"id":18658028,"url":"https://github.com/roogue/osu-collector-node","last_synced_at":"2025-09-12T07:38:44.325Z","repository":{"id":57701885,"uuid":"495239262","full_name":"roogue/osu-collector-node","owner":"roogue","description":"An osu!Collector api wrapper","archived":false,"fork":false,"pushed_at":"2022-06-17T14:10:38.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T19:02:12.608Z","etag":null,"topics":["osu","osu-api","osugame","typescript","wrapper-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roogue.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":"2022-05-23T02:57:42.000Z","updated_at":"2022-08-13T06:49:47.000Z","dependencies_parsed_at":"2022-09-26T16:40:36.736Z","dependency_job_id":null,"html_url":"https://github.com/roogue/osu-collector-node","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogue%2Fosu-collector-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogue%2Fosu-collector-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogue%2Fosu-collector-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogue%2Fosu-collector-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roogue","download_url":"https://codeload.github.com/roogue/osu-collector-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475961,"owners_count":19645041,"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":["osu","osu-api","osugame","typescript","wrapper-api"],"created_at":"2024-11-07T07:31:09.916Z","updated_at":"2025-02-18T12:53:33.134Z","avatar_url":"https://github.com/roogue.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Osu-Collector-Node\n\nOsu-Collector-Node is a wrapper for osu!Collector API which is written in typescript.\n\n## Installation\n\n```bash\nnpm i osu-collector-node\n\n##\n\nyarn add osu-collector-node\n```\n\n## Documentation\n\n[Documentation](https://roogue.github.io/osu-collector-node/)\n\n## Example Usage\n\n```js\nconst { OsuCollectorNode } = require(\"osu-collector-node\");\n\nconst cookie = \"your-cookie\";\n\nconst osuCollector = new OsuCollectorNode().setCookie(cookie);\n\n// Fetch data of current logged-in user. \nosuCollector.getUserMe().then(console.log).catch(console.error);\n\n// Fetch metadata (this does not requires a cookie)\nosuCollector.getMetadata().then(console.log).catch(console.error);\n\n// Typescript return type example\nosuCollector.getUser\u003c\"Uploads\"\u003e({ id: 2051389 }).then(console.log).catch(console.error);\n```\n\nFor more information, check the [documentation](https://roogue.github.io/osu-collector-node/)\n\n## Contributing\n\nTypings are written manually by me, there's might be typo, missing or errors in props, once found, please open an issue or pull request for enhancement. Big appreciate.\n\n## License\n[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froogue%2Fosu-collector-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froogue%2Fosu-collector-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froogue%2Fosu-collector-node/lists"}