Skip to content

Discord bot for the UBC Varsity Outdoor Club server

Notifications You must be signed in to change notification settings

epw1624/voc-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voc-bot

Discord bot for the VOC server

Instructions for deployment

Ensure that Docker is installed on the target device. You can install docker at: https://docs.docker.com/get-docker/

  1. Clone the repository
$ git clone git@gitlab.com:voc/voc-bot.git
$ cd voc-bot/src
  1. Install the project requirements
$ pip install -r requirements.txt
  1. Create a credentials.py file with the following values
BASE_URL="http://ubc-voc.com/api/verify.php"
SECRET_KEY=""
API_KEY=""

Fill in SECRET_KEY with the secret key for the Discord bot, and API_KEY with the API key for ubc-voc.com

  1. Build the docker container
docker build -t container-name .
  1. Run the docker container
docker run -d --name container-name voc-bot

About

Discord bot for the UBC Varsity Outdoor Club server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published