From 84f6754ea3adc65d3ef29a99eb104adcd0366a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 18 Oct 2017 14:28:25 +0300 Subject: [PATCH] Instructions in README for setting up Discord integration (#138) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 147ac043..17a8ade7 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,20 @@ backups set up. ## Integrations +### Discord + +To enable Discord integration, you will need to: + +* register a new application on https://discordapp.com/developers/applications/me +* add a redirect URI to your Discord application. The URI format is + `SITE_ROOT/integrations/add_discord/`. For example, if you are running a + development server on `localhost:8000` then the redirect URI would be + `http://localhost:8000/integrations/add_discord/` +* Look up your Discord app's Client ID and Client Secret. Add them + to your `hc/local_settings.py` file as `DISCORD_CLIENT_ID` and + `DISCORD_CLIENT_SECRET` fields. + + ### Pushover To enable Pushover integration, you will need to: