{"id":13540910,"url":"https://github.com/webdev03/meowclient","last_synced_at":"2025-04-02T08:30:52.245Z","repository":{"id":41876881,"uuid":"451050804","full_name":"webdev03/meowclient","owner":"webdev03","description":"Library to connect to the Scratch API","archived":false,"fork":false,"pushed_at":"2024-07-18T17:16:11.000Z","size":6063,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-03T06:33:00.631Z","etag":null,"topics":["hacktoberfest","hacktoberfest-2023","library","nodejs","npm-package","scratch-api","typescript-definitions"],"latest_commit_sha":null,"homepage":"https://webdev03.github.io/meowclient/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdev03.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":"2022-01-23T08:54:56.000Z","updated_at":"2024-06-05T06:01:01.000Z","dependencies_parsed_at":"2024-06-05T07:25:08.165Z","dependency_job_id":"37fcf88f-ca2b-4e42-a326-5f66e571434e","html_url":"https://github.com/webdev03/meowclient","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev03%2Fmeowclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev03%2Fmeowclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev03%2Fmeowclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev03%2Fmeowclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdev03","download_url":"https://codeload.github.com/webdev03/meowclient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246781870,"owners_count":20832924,"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":["hacktoberfest","hacktoberfest-2023","library","nodejs","npm-package","scratch-api","typescript-definitions"],"created_at":"2024-08-01T10:00:35.852Z","updated_at":"2025-04-02T08:30:51.860Z","avatar_url":"https://github.com/webdev03.png","language":"TypeScript","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Meowclient\n\nA library to connect to [Scratch](https://scratch.mit.edu/).\n\n## Installation\n\nRun this command in a terminal.\n\n```bash\nnpm install meowclient\n```\n\n## Example\n\n```javascript\nimport { ScratchSession, Profile } from \"meowclient\";\nconst session = new ScratchSession();\nawait session.init(\"user\", \"pass\");\nconst me = new Profile(session, session.username);\nconsole.log(\"My status is \" + (await me.getStatus()));\nawait session.logout();\n```\n\nThis uses exclusively ESM (ECMAScript Modules) instead of CJS due to some dependencies meowclient uses.\n\n## Getting Help\n\nYou can get help using Meowclient from the [official Meowclient forum topic](https://scratch.mit.edu/discuss/topic/574321/)\n\n## Thanks\n\nThanks to all of the people who use my library!\n\nThanks to [Scratchclient](https://github.com/CubeyTheCube/scratchclient) and Raihan142857 ([CubeyTheCube](https://github.com/CubeyTheCube)) for a lot of the login stuff!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdev03%2Fmeowclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdev03%2Fmeowclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdev03%2Fmeowclient/lists"}