Go to file
Raven Scott e721187aff Merge branch 'master' of git.codingvm.codes:snxraven/DisKan 2022-02-21 02:28:55 +00:00
commands fix domain env 2022-01-24 23:45:16 +00:00
events first commit 2022-01-24 19:05:30 +00:00
modules first commit 2022-01-24 19:05:30 +00:00
slash Restructure Modals to work 2022-02-21 02:28:37 +00:00
.env.default add default.env 2022-01-24 23:47:08 +00:00
.eslintrc.json first commit 2022-01-24 19:05:30 +00:00
.gitignore remove yarn and package lock 2022-01-25 00:07:33 +00:00
LICENSE first commit 2022-01-24 19:05:30 +00:00
README.md Adding images to readme 2022-01-25 00:23:57 +00:00
c2.js Restructure Modals to work 2022-02-21 02:28:37 +00:00
index.js first commit 2022-01-24 19:05:30 +00:00
menu.png screenshots of current progress 2022-01-25 00:15:49 +00:00
package.json Restructure Modals to work 2022-02-21 02:28:37 +00:00
project details.png screenshots of current progress 2022-01-25 00:15:49 +00:00
working Restructure Modals to work 2022-02-21 02:28:37 +00:00

README.md

DisKan - A discord bot for KanBoard via its API

This bot is a work in progress, its goal is to allow you to manage and view the information about your kanboard projects easily and efficently.

Currently, you can view a summary of your currently opened tasks and information about your projects, the bot will auto populate its information from the API at your kanboard installation.

alt text alt text

Installation Steps:

Clone the Repo:

git clone https://git.codingvm.codes/snxraven/DisKan.git

Change to the DisKan dir:

cd DisKan

NPM Install:

npm install

Edit the .env.default config to your needs:

DISCORD_TOKEN=
OWNER=
ROOT_DOMAIN=board.yourdomain.com
KANBOARD_API_KEY=
PER_PAGE=2

Start the bot:

node index.js

Pull requests are welcome :)