A multi-mode Python project to leverage Kanboard API via command-line, GUI, & Web
-
Install (Python)[https://www.python.org/]
-
Install pip (Python Package Manager)[https://pypi.org/project/pip/]
-
Get the latest version of kanboard-api from GitHub (https://github.com/frank-earnhardt/kanboard-api/tags)
-
Extract to folder and open command prompt to that folder
-
Create Virtual Environment and activate with: python -m venv venv-api venv-api\Scripts\activate.bat
-
Install requirements: pip install -r requirements.txt
-
Create the .env file in the root folder and add the following: KB_SITE = Kanboard Site Url i.e. https://kanboard.example.com KB_TOKEN = Kanboard API token available on the settings page