Skip to content

Python Discord Bot, for minecraft plugin license managing.

License

Notifications You must be signed in to change notification settings

lowg0d/OrbitLicenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrbitLicenses v22.40

What's this !??

  • A Python Licensing Discord Bot made with hikari and hikari-lightbulb, Mainly made for minecraft plugin licensing, although you can use this bot to as licensing system for any other software, as it saves the licenses and data in a MySql database, wich can be use it for whatever you want.

Installation

First download all the files from the repository, then create a python3 venv in the main folder and actiavte it, to do so first start a shell and go to the main folder directory:

Linux

python -m venv .venv
source .venv/bin/activate

Windows

python -m venv .venv
.\.venv\Scripts\activate

Then your folder should look like this:

photo of the folder

Then install the requirements.txt using pip

pip install -r requirements.txt

Following this go to "\OrbitLicense\bot\config" open config.json and change "token" to your aplication token and change the MySql data, for install mysql on widonws click here, you can also change any setting in the configuration.

Then start the launcher script and there you go!

python ./launcher.py

About

Python Discord Bot, for minecraft plugin license managing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages