Skip to content

Latest commit

 

History

420 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday Bot

An automated way to recognize birthdays in your community!

ko-fi

Documentation, help, resources

Running your own instance

You need:

Cloning

Be sure to pull this repo's submodules, or else the build will fail. Either clone with:

$ git clone --recurse-submodules https://...

Or, if already cloned:

$ git submodule update --recursive

Configuration

Get your bot token and set up your database user and schema, then create a JSON file containing the following:

{
    "BotToken": "your bot token here",
    "Database": {
        "Host": "localhost", // optional
        "Database": "birthdaybot", // optional
        "Username": "birthdaybot", // required
        "Password": "birthdaybot" // required; no other authentication methods are currently supported
    }
}

Usage

To run the bot:

$ dotnet run -p src/BirthdayBot -c Release -- -c path/to/config.json

About

Discord birthday reminder bot.

Resources

Stars

32 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages