Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fredericlepied/ztrellohook

Trello webhook server implemented using Twisted broadcasting using 0mq
https://github.com/fredericlepied/ztrellohook

Last synced: 3 months ago
JSON representation

Trello webhook server implemented using Twisted broadcasting using 0mq

Lists

README

        

ztrellohook
===========

ztrellohook is a basic server to implement a notification system for a
trello board using 0mq.

Installation
++++++++++++

Using virtualenv and pip, you can provision the needed dependencies
using the following commands::

$ virtualenv env
$ . env/bin/activate
$ pip install -r requirements.txt

Then copy ``config-sample.yml`` into ``config.yml`` and edit it to
suit your needs.

Trello credentials
++++++++++++++++++

If you don't have API keys, you can get them using the following URL:
https://trello.com/1/appKey/generate .

To obtain your token: https://trello.com/1/authorize?key=API-KEY-HERE&name=Trello+IRC&expiration=never&response_type=token .

Register your Trello webhook
++++++++++++++++++++++++++++

You need to have the webserver running before registering your webhook
as trello will call the webhook to validate that the url is correct::

$ ./ztrellohook.py

To register your webhook, you can use the following command::

$ ./register-hook.py

More documentation at https://developers.trello.com/advanced-reference/webhook