Skip to content

A multi-mode Python project to leverage Kanboard API via command-line, GUI, & Web

License

Notifications You must be signed in to change notification settings

frank-earnhardt/kanboard-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanboard-api

A multi-mode Python project to leverage Kanboard API via command-line, GUI, & Web


Setup & Usage

  1. Install (Python)[https://www.python.org/]

  2. Install pip (Python Package Manager)[https://pypi.org/project/pip/]

  3. Get the latest version of kanboard-api from GitHub (https://github.com/frank-earnhardt/kanboard-api/tags)

  4. Extract to folder and open command prompt to that folder

  5. Create Virtual Environment and activate with: python -m venv venv-api venv-api\Scripts\activate.bat

  6. Install requirements: pip install -r requirements.txt

  7. 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

About

A multi-mode Python project to leverage Kanboard API via command-line, GUI, & Web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages