Skip to content

jirkavrba/Harold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Harold holding a cup

Harold bot

Hiding the pain of managing Discord servers


Runs on depression GitHub contributors GitHub issues GitHub stars GitHub last commit

Setup

  1. Install Java Development Kit, Apache Maven and MySQL Server
  2. Clone this repository with either
    git clone https://github.com/jirkavrba/harold.git or
    git clone git@github.com:jirkavrba/Harold
  3. Install dependencies and compile the code with mvn clean package
  4. Setup your environmental variables:
    1. DISCORD_TOKEN - Your app's discord bot token from Discord Developer Portal
    2. DATABASE_URL - Your database URL (eg. localhost:3360/dbname):w
    3. DATABASE_USER - Your database user
    4. DATABASE_PASSWORD - Respective password for the user provided in DATABASE_USER
  5. Run the application with mvn spring-boot:run
  6. Add the bot to your Discord servers using this link

About

Hide the pain of managing Discord servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages