Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 986 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 986 Bytes

Webhooks

Simple implementation for webhooks provide by Facebook, Twitter.

Github Action

Premium

Facebook Webhook

Run

By Command

just run command as follows:

uvicorn app.main:app --reload

By Docker

Build it.

docker build -t webhookimage .

Run it.

docker run -d --name webhookcontainer -p 80:80 webhookimage