https://github.com/m4cs/hookme
Easy To Use Flask App For Receiving And Viewing WebHooks
https://github.com/m4cs/hookme
flask flask-application json python webhook-server webhooks
Last synced: 3 months ago
JSON representation
Easy To Use Flask App For Receiving And Viewing WebHooks
- Host: GitHub
- URL: https://github.com/m4cs/hookme
- Owner: M4cs
- License: mit
- Created: 2019-07-30T15:32:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T17:19:48.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T21:13:56.863Z (4 months ago)
- Topics: flask, flask-application, json, python, webhook-server, webhooks
- Language: Python
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HookMe
Easy To Use Flask App For Receiving And Viewing WebHooks# Getting Started
Run `pip3 install -r requirements.txt`
Run `python3 start.py`
Go to browser and hit: `http://localhost:5000`
Check console to see Webhook URL and See Webhooks Being Printed
EZPZ!