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

https://github.com/lambda-fairy/arroyo

:octocat: GitHub webhook handler
https://github.com/lambda-fairy/arroyo

Last synced: over 1 year ago
JSON representation

:octocat: GitHub webhook handler

Awesome Lists containing this project

README

          

# Arroyo, the webhook handler

Arroyo is a server that accepts [GitHub webhooks].

[GitHub webhooks]: https://developer.github.com/webhooks/

## Dependencies

+ Python 3.3 or newer

+ Linux

## Setting up

1. Start the daemon

$ ./arroyo.py
Started server on :8144
Started worker thread

2. Create a handler script

$ mkdir -p scripts/myname
$ cat >scripts/myname/myrepo <