Meower webhooks

Meower webhooks is a service I run from my raspberry pi!

It uses flask and @ShowierData9978 `s Meowerbot.py
The bot user that it runs under is @Webhooks (Meower)

How to send messages to it:

Send a post request to meower-webhook.showierdata.tech/post/<chat>

With the json

{
   "username":"someuser",
   "post": "something to send"
}

Curl Example

#!/bin/bash

curl -X POST https://meower-webhook.showierdata.tech/post/home -H "Content-Type: application/json" --data-binary @- <<DATA
{
   "username":"someuser",
   "post": "something to send"
}
DATA

Can you do a curl example?

Added

Thank you!

1 Like

your not even online lmao

(**you’re) on what?

ahhhhhh