0.8.1-alpha • Published 2 years ago

boblox.ts v0.8.1-alpha

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
2 years ago

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. 2. Write code

```js
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

0.8.0-alpha

2 years ago

0.8.1-alpha

2 years ago

0.7.1-alpha

2 years ago

0.7.0-alpha

2 years ago

0.6.3-alpha

2 years ago

0.6.2-alpha

2 years ago

0.6.1-alpha

2 years ago

0.6.1-alpha-dev

2 years ago

0.5.1-alpha

2 years ago

0.4.1-alpha

2 years ago

0.4.0-alpha

2 years ago

0.3.1-alpha

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago