Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homeworkprod/gewebehaken
Provide web hook targets (for GitLab, Twitter). Send signals when they are triggered. Connect what you want.
https://github.com/homeworkprod/gewebehaken
python webhooks webservice
Last synced: about 6 hours ago
JSON representation
Provide web hook targets (for GitLab, Twitter). Send signals when they are triggered. Connect what you want.
- Host: GitHub
- URL: https://github.com/homeworkprod/gewebehaken
- Owner: homeworkprod
- License: mit
- Created: 2015-07-23T02:02:43.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T12:49:02.000Z (6 months ago)
- Last Synced: 2024-10-29T15:39:54.178Z (9 days ago)
- Topics: python, webhooks, webservice
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
Gewebehaken
===========A framework to provide HTTP endpoints for incoming webhooks.
Currently supported:
- GitLab
- Twitter (via Zapier):Copyright: 2015-2024 `Jochen Kupperschmidt `_
:License: MIT, see LICENSE for details.Code Status
===========|badge_github-actions_test|
.. |badge_github-actions_test| image:: https://github.com/homeworkprod/gewebehaken/actions/workflows/test.yml/badge.svg
:alt: Testing Status
:target: https://github.com/homeworkprod/gewebehaken/actions/workflows/test.ymlRequirements
============- Python 3.9+
- Dependencies: blinker_, Flask_, Werkzeug_.. _blinker: https://blinker.readthedocs.io/
.. _Flask: https://palletsprojects.com/p/flask/
.. _Werkzeug: https://palletsprojects.com/p/werkzeug/