python-zulip-api/zulip/integrations/trello
Anders Kaseorg e30b3b094b Modernize legacy Python 2 syntax with pyupgrade.
Generated by `pyupgrade --py3-plus --keep-percent-format` followed by
manual indentation fixes.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-04-18 15:04:36 -07:00
..
__init__.py integrations/trello: Make the zulip_trello script self-contained. 2018-09-25 22:28:25 -02:30
README.md integrations/trello: Stop using config files in the Trello script. 2018-09-25 22:28:25 -02:30
requirements.txt Add Trello integration script 2018-03-29 15:24:14 -04:00
zulip_trello.py Modernize legacy Python 2 syntax with pyupgrade. 2020-04-18 15:04:36 -07:00

A script that automates setting up a webhook with Trello

Usage :

  1. Make sure you have all of the relevant Trello credentials before executing the script:

    • The Trello API KEY
    • The Trello TOKEN
    • The Zulip webhook URL
    • Trello board name
    • Trello board ID
  2. Execute the script :

    $ python zulip_trello.py --trello-board-name <trello_board_name>
    --trello-board-id <trello_board_id>
    --trello-api-key <trello_api_key>
    --trello-token <trello_token>
    --zulip-webhook-url <zulip_webhook_url>

For more information, please see Zulip's documentation on how to set up a Trello integration here.