/Bloxlink

Roblox Verification bot written in Python. Open-source as of 12/19/2020.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Bloxlink

‼️ Bloxlink is currently undergoing a full rewrite; please do not contribute large features to this codebase as I do not intend on changing it too much.

Roblox Verification made easy! Features everything you need to integrate your Discord server with Roblox.

Dependencies

Configuration

Configuration files

Edit the config.py file. Some values, the "secrets" or "tokens", can be optionally saved as environmental variables instead. Save your environmental variables in docker-compose.yml if you choose not to save the secrets in the config file. Valid secrets which can be saved as environmental variables are found in the secrets.py file.

Environmental variables have priority over the config file!

Constants

Some options which aren't required to be changed are in the constants.py file.

Intents

The Members Privileged Intent is required for the bot to function. This can be toggled on your Developer Dashboard unless your bot reached over 100 servers.

Quick Setup

$ git clone https://github.com/bloxlink/Bloxlink
$ cd Bloxlink
[change the configuration]
$ docker-compose up --build

Disclaimer

We do not provide support for self-hosting! This package has been made open-source to aid with contributions, not so you can run your own Bloxlink for private use. If something breaks or there's a vulnerability in a version you use, then you're on your own.

For this reason, we recommend using the official hosted bot at https://blox.link which is given regular updates.

Also, keep in mind that we use the AGPL-3.0 License, which means you're required to keep your local version open-source and state all changes that you have made to it.