1.1.0 • Published 5 years ago

tigersrankingservice v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

About

Tiger's Ranking Service is a node module that was created by Tiger#9711. This project was created because I want my customers to be able to use this module for their discord bot's free of charge.

Tiger's Ranking Service allows you to do many things that you normall do on the Roblox website through a Node.js interface. You can use this module along with Roblox's HttpService to create scripts that interact with the website. Keep in mind that this does not use the latest version of this module and it is highly encouraged to learn to use the library directly.

Pre Reqs.

Installing

With node.js installed, just run this command

# Run this to install the package to your local bot.
$ npm i tigersrankingservice

# Run this to instead install the module globally so you can use it anywhere.
$ npm i tigersrankingservice -g

That's it!

Example

This is an example:

const ranking = require('tigersrankingservice');
var Cookie = ''; // Obvious
var GroupID = 0; // Pretty simple
var UserID = 0; // You should know this
ranking.promote(Cookie, GroupID, UserID)
console.log(`Promoted ${UserID} in group ${GroupID}`);

Credits

License

MIT

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago