{"id":24173137,"url":"https://github.com/tyradigital/tyblox.js","last_synced_at":"2025-09-20T17:32:51.287Z","repository":{"id":42013606,"uuid":"429470964","full_name":"tyradigital/tyblox.js","owner":"tyradigital","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-18T14:06:20.000Z","size":107,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2024-04-25T11:02:09.538Z","etag":null,"topics":["api","api-wrapper","js","node","nodejs","roblox","roblox-api","roblox-api-wrapper","roblox-js"],"latest_commit_sha":null,"homepage":"https://tyra.digital/opensource/tyblox-js","language":"JavaScript","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/tyradigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-18T14:57:32.000Z","updated_at":"2023-10-08T08:23:11.000Z","dependencies_parsed_at":"2022-07-22T14:47:58.539Z","dependency_job_id":null,"html_url":"https://github.com/tyradigital/tyblox.js","commit_stats":null,"previous_names":["tyradigital/tyblox"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyradigital%2Ftyblox.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyradigital%2Ftyblox.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyradigital%2Ftyblox.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyradigital%2Ftyblox.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyradigital","download_url":"https://codeload.github.com/tyradigital/tyblox.js/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233678688,"owners_count":18712984,"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":["api","api-wrapper","js","node","nodejs","roblox","roblox-api","roblox-api-wrapper","roblox-js"],"created_at":"2025-01-13T01:14:33.007Z","updated_at":"2025-09-20T17:32:46.003Z","avatar_url":"https://github.com/tyradigital.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e \u003cstrong\u003e tyblox.js\u003c/strong\u003e \u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003e \u003cstrong\u003eThe most powerful ROBLOX API Wrapper \u003c/strong\u003e\u003c/h2\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://www.npmjs.com/package/tyblox.js\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/tyblox.js.svg?maxAge=3600\" alt=\"npm version\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/tyblox.js\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/tyblox.js.svg?maxAge=3600\" alt=\"npm downloads\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/tyradigital/tyblox.js/actions\"\u003e\u003cimg src=\"https://github.com/tyradigital/tyblox.js/workflows/Tests/badge.svg\" alt=\"Tests status\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n**tyblox.js** is the most powerful [Node.js](https://nodejs.org/) package which allows you to quickly, and easily interact with the Roblox API.\n\n- Object-Oriented\n- Performant\n- Typescript Capable\n\n## Installation\n\n**Node.js 16.6.0 or newer is required for this to work properly**\n\n**NPM 7.0.0 or newer is required to work properly.**\n\n```sh\n$ npm install tyblox.js\n\n$ yarn add tyblox.js\n```\n\n**or for development previews, which may be buggy**\n\n```sh\n$ npm install tyblox.js@dev\n```\n\n---\n\n## Getting started\n\nBelow is an example to login and access many features of tyblox.js\n\n```js\nrequire(\"dotenv\").config();\nconst { Client } = require(\"tyblox.js\");\n\nconst client = new Client();\n\nclient.on(\"ready\", () =\u003e {\n  console.log(\"Ready!\");\n\n  console.log(\"Logged in as \" + client.user.username);\n});\n\nclient.login(process.env.example_cookie);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyradigital%2Ftyblox.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyradigital%2Ftyblox.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyradigital%2Ftyblox.js/lists"}