Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.yml

Requirements
============

- Python 3.9+
- Dependencies: blinker_, Flask_, Werkzeug_

.. _blinker: https://blinker.readthedocs.io/
.. _Flask: https://palletsprojects.com/p/flask/
.. _Werkzeug: https://palletsprojects.com/p/werkzeug/