python-zulip-api/zulip/integrations/trello
JazZ 2f4b276799 Add Trello integration script
This is a small Python script to create Trello Webhooks for Zulip.

It builds and sends the Trello API requests required to create the
Trello webhook.
2018-03-29 15:24:14 -04:00
..
README.md Add Trello integration script 2018-03-29 15:24:14 -04:00
requirements.txt Add Trello integration script 2018-03-29 15:24:14 -04:00
zulip_trello.py Add Trello integration script 2018-03-29 15:24:14 -04:00
zulip_trello_config.py Add Trello integration script 2018-03-29 15:24:14 -04:00
zulip_trello_webhooks.csv Add Trello integration script 2018-03-29 15:24:14 -04:00

Easy Trello integration for Zulip

An easy Trello integration for Zulip

Usage :

  1. Fill the needed information in zulip_trello_config.py :

    • The bot API KEY,
    • The Trello API KEY,
    • The Trello TOKEN,
    • The Zulip host
  2. Execute the script :

    $ python zulip_trello.py <stream_name> <trello_board_name> <trello_board_id>