All Projects → bloxlink → Bloxlink

bloxlink / Bloxlink

Licence: AGPL-3.0 license
Roblox Verification bot written in Python. Open-source as of 12/19/2020.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Bloxlink

bypass-captcha-examples
Different complex captcha bypass examples: Steam, Netflix, Data Dome, Adobe, etc.
Stars: ✭ 62 (+0%)
Mutual labels:  roblox
Roblox-Miscellaneous
A set of ROBLOX based utilities
Stars: ✭ 21 (-66.13%)
Mutual labels:  roblox
Lua-Obfuscator
Obfuscate your lua code because it's so easy to steal!
Stars: ✭ 69 (+11.29%)
Mutual labels:  roblox
Fabric
Fabric provides infrastructure for representing the state of things in your game.
Stars: ✭ 59 (-4.84%)
Mutual labels:  roblox
Adonis 2.0
Roblox Server Administration System
Stars: ✭ 36 (-41.94%)
Mutual labels:  roblox
roblox-js
!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
Stars: ✭ 46 (-25.81%)
Mutual labels:  roblox
Flipper
A motion library for Roblox
Stars: ✭ 80 (+29.03%)
Mutual labels:  roblox
qbot
Qbot is an advanced, easy to setup, free, and unbranded Discord-Roblox ranking bot. If at any time during setting it up you need assistance, you can join the support server.
Stars: ✭ 56 (-9.68%)
Mutual labels:  roblox
Lua-Obfuscator
A Lua Obfuscator made for Roblox, but should work on most Lua applications
Stars: ✭ 84 (+35.48%)
Mutual labels:  roblox
Roblox
Some of mine and other people's old codes that we used to run them in Script Builder.
Stars: ✭ 32 (-48.39%)
Mutual labels:  roblox
TopbarPlus
Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
Stars: ✭ 51 (-17.74%)
Mutual labels:  roblox
StudioComponents
(WIP) Roact implementations of Roblox Studio components.
Stars: ✭ 35 (-43.55%)
Mutual labels:  roblox
luacheck-roblox
Luacheck specifications for Roblox Lua
Stars: ✭ 36 (-41.94%)
Mutual labels:  roblox
rojo.space
Rojo website
Stars: ✭ 32 (-48.39%)
Mutual labels:  roblox
Quicksave
DataStore abstraction library. Looking for a new maintainer.
Stars: ✭ 26 (-58.06%)
Mutual labels:  roblox
ro.py
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
Stars: ✭ 65 (+4.84%)
Mutual labels:  roblox
roact-material
Material design in Roblox w/ Roact!
Stars: ✭ 18 (-70.97%)
Mutual labels:  roblox
plasma
A declarative, immediate mode UI widget library for Roblox.
Stars: ✭ 35 (-43.55%)
Mutual labels:  roblox
RobloxLsp
Roblox Luau Language Server based on Lua by sumneko.
Stars: ✭ 150 (+141.94%)
Mutual labels:  roblox
EvLightning
EvLightning is a Roblox Lua library. Its purpose is to generate realistic-looking lightning bolts. This could be used to easily add lightning strike effects to any game
Stars: ✭ 34 (-45.16%)
Mutual labels:  roblox

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

First, rename config.py.example to config.py. Edit the config.py file. Some values, the "secrets" or "tokens", can be optionally saved as environmental variables instead. 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.

Image Server

The Bloxlink Image Server is required to run in order for some of Bloxlink's functionality to work. Run the instance, then put your server URL (could just be localhost) in the config.py file. Make sure the auth used for the Image Server is the same as in your config file. These values can also be environmental variables.

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.

Setup

$ git clone https://github.com/bloxlink/Bloxlink
$ cd Bloxlink
[run image server]
[change the configuration]
$ python3.8 -m pip install -r requirements.txt
$ python3.8 src/bot.py

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].