webhooks/trello: Mention that Trello script can be run from anywhere.

This is one of those weird webhooks where the
download-python-bindings.md macro doesn't work, because the user
only needs the bindings to run the one-time Trello script to register
the webhook and that script can be run from anywhere and doesn't need
to be "hosted" anywhere.
This commit is contained in:
Eeshan Garg 2018-06-08 16:04:47 -02:30 committed by showell
parent 40590bb6b9
commit 05b752bd3f
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,8 @@
**Developer API Keys**, click on the **Token** link. Click on **Allow**.
Note down the token generated.
1. {!download-python-bindings.md!}
1. Download and install our
[Python bindings and example scripts](/api/installation-instructions).
1. Open `/usr/local/share/zulip/integrations/trello/zulip_trello_config.py`
with your favorite editor and change the following lines to specify
@ -41,6 +42,9 @@
Replace `<trello_board_name` and `<trello_board_id` with the Trello
board's name and **Board ID**, respectively.
The `zulip_trello.py` script needs to be run only once to register
the webhook, and can be run from any machine.
!!! tip ""
To learn more, see [Trello's webhooks documentation][1].