wekan/docs/wekan.wiki/New-card-with-Python3-and-REST-API.md
2024-03-08 21:24:14 +02:00

1 KiB

Also see:

Install

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

api.py creating new card with Python3 and REST API

Below code works now, fixed at 2020-10-29.

Change these:

Newest Wekan Python CLI api.py here