5210e79dbd
The information logged to the CSV file is largely redundant, since the ID of the webhook is already printed to the screen once a webhook is setup correctly. Since this is a script that the user is required to run once, we should minimize its reliance on external files as much as possible. This makes it easier to run the script when one is SSH-ing into a server and doesn't really care about where the script lives, for instance. |
||
---|---|---|
.. | ||
README.md | ||
requirements.txt | ||
zulip_trello.py |
A script that automates setting up a webhook with Trello
Usage :
-
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
-
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.