ishank26 / trello-api

Trello API to add new card to a board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trello-api

Trello API to add new card to a board

Installation

Requires python 3+

pip install requirements.txt
usage: app.py [-h] --board_name BOARD_NAME --list_name LIST_NAME --card_name
              CARD_NAME [--comment COMMENT] [--label LABEL]

Add card to Trello Board

optional arguments:
  -h, --help            show this help message and exit
  --board_name BOARD_NAME
                        Board name for the card
  --list_name LIST_NAME
                        List name for the card
  --card_name CARD_NAME
                        Title of the card
  --comment COMMENT     Provide a comment
  --label LABEL         Provide a label

About

Trello API to add new card to a board

License:Apache License 2.0


Languages

Language:Python 100.0%