boblox.ts
TypeScript icon, indicating that this package has built-in type declarations

0.8.1-alpha • Public • Published

boblox.ts

boblox.ts is still in alpha

NPM package Join our discord server!

AboutInstallationQuickstartDocumentationLicense

About

boblox.ts is a object-oriented NodeJS module which allows you to interact with the Roblox API.

Prerequisites

Installation

Install boblox.ts

# Using npm:
$ npm install noblox.js

# Using yarn:
$ yarn add noblox.js

Quickstart

  1. Get your .ROBLOSECURITY cookie.
  1. Write code
    const boblox = require('boblox.ts');
    const client = new boblox.Client();
    
    client.on('ready', async () => {
      console.log('We logged in as ' + client.user.name);
      await client.user.declineAll();
    });
    client.login('_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_');

Note: use dotenv to hide your cookie from your source code.

License

GPL-3.0 License

Readme

Keywords

Package Sidebar

Install

npm i boblox.ts

Weekly Downloads

2

Version

0.8.1-alpha

License

GPL-3.0-only

Unpacked Size

112 kB

Total Files

72

Last publish

Collaborators

  • thefakewater