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
- Host: GitHub
- URL: https://github.com/fredericlepied/ztrellohook
- Owner: fredericlepied
- Created: 2015-12-13T03:03:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T09:55:23.000Z (over 8 years ago)
- Last Synced: 2024-07-20T02:30:06.633Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
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.txtThen 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.pyTo register your webhook, you can use the following command::
$ ./register-hook.py
More documentation at https://developers.trello.com/advanced-reference/webhook