2018-04-03 20:22:10 -04:00
|
|
|
# A script that automates setting up a webhook with Trello
|
2018-03-24 13:58:54 -04:00
|
|
|
|
|
|
|
Usage :
|
|
|
|
|
2018-09-14 15:54:40 -04:00
|
|
|
1. Make sure you have all of the relevant Trello credentials before
|
|
|
|
executing the script:
|
2018-03-24 13:58:54 -04:00
|
|
|
|
2018-09-14 15:54:40 -04:00
|
|
|
- The Trello API KEY
|
|
|
|
- The Trello TOKEN
|
2018-04-03 20:22:10 -04:00
|
|
|
- The Zulip webhook URL
|
2018-09-14 15:54:40 -04:00
|
|
|
- Trello board name
|
|
|
|
- Trello board ID
|
2018-03-24 13:58:54 -04:00
|
|
|
|
|
|
|
2. Execute the script :
|
|
|
|
|
2018-09-14 15:54:40 -04:00
|
|
|
$ 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](https://zulipchat.com/integrations/doc/trello).
|