Webhooks Simple implementation for webhooks provide by Facebook, Twitter. 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