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 :
|
|
|
|
|
|
|
|
1. Fill the needed information in `zulip_trello_config.py` :
|
|
|
|
|
|
|
|
- The Trello API KEY,
|
|
|
|
- The Trello TOKEN,
|
2018-04-03 20:22:10 -04:00
|
|
|
- The Zulip webhook URL
|
2018-03-24 13:58:54 -04:00
|
|
|
|
|
|
|
2. Execute the script :
|
|
|
|
|
2018-04-03 20:22:10 -04:00
|
|
|
$ python zulip_trello.py <trello_board_name> <trello_board_id>
|