The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/API/New-card-with-Python3-and-R...

1.3 KiB

Wekan provides a python script to ease the call of the REST API from command line interface.

Context

Install

You need python3.

Windows

choco install python3
# REBOOT
pip3 install pip --upgrade
pip3 install json
python3 wekan.py

Debian/Ubuntu

sudo apt-get -y install python3 python3-pip python3-simplejson
sudo pip3 install pip --upgrade
chmod +x wekan.py
./wekan.py

Usage

Copy the api.py script to you machine. Newest Wekan Python CLI api.py here.

Then, in this script, look for and change:

Keep in mind your Wekan credentials are potentially accessible in this file.

Then call it without any argument to see if everything is all right. You should just get usage examples.