Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
/ Polaris Public archive

Polaris is a Roblox verification bot designed to provide additional features with greater ease.

License

Notifications You must be signed in to change notification settings

polaris-rbx/Polaris

Repository files navigation

Polaris

Polaris is shutting down on the 1st March 2022. Read more.

Codacy Badge Polaris project bot

Polaris is an open source Roblox verification bot, created in November 2017 and open sourced in December 2018.

It is currently labelled as unmaintained in the sense that I will not be actively improving it or fixing less critical bugs. If you'd like to take over maintaining the bot, feel free to contact me or just fork and PR some fixes!

This bot is designed to work in tandem with the Polaris-React webpanel and site.

Feel free to snoop, edit, hash, contribute to and remix the bot.

Installing

  1. Clone this repo - git clone https://github.com/neztore/polaris
  2. Navigate into new folder cd polaris
  3. Run npm install in this repo
  4. Create your settings.json. Set sync to true
  5. Make sure your rethinkdb database is running
  6. Run it!

Setup / config

Config

The Polaris client takes a config object, which can contain:

  • token - The bot token to use
  • erisOptions - The options to pass to the underlying eris client
  • Raven - A Raven client for sentry. Use without this is planned, but currently untested.

It also expects a settings.json to exist in the root, with example values as below. We also plan to stop moving this in the near future.

{
	"token": "Main bot token",
	"testToken": "Test bot token",
	"dblToken": "Discord bot list token",
	"sentry": "Sentry token",
	"specialPeople": {
		"93968063": "This user works for Polaris.",
		"66592931": "This user is the Polaris developer.",
		"Roblox id": "Desc string to be shown"
	}
}

If you don't want any "special people" just leave that as an empty array.

Support

Join our discord for support.

The main website.

About

Polaris is a Roblox verification bot designed to provide additional features with greater ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published