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
- Host: GitHub
- URL: https://github.com/lambda-fairy/arroyo
- Owner: lambda-fairy
- License: agpl-3.0
- Created: 2015-06-07T02:12:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T02:19:27.000Z (over 9 years ago)
- Last Synced: 2025-03-17T11:59:19.754Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <