Skip to content

Server code used for my pawoo retweet iOS shortcut and tootthat

License

Notifications You must be signed in to change notification settings

xatier/pawoo-rt

Repository files navigation

pawoo-rt

Test Status

Server code used for my pawoo retweet iOS shortcut and Tootthat.

The shortcut makes the following POST request:

curl -LSsvX POST -d '{"token":"TOKEN", "status":"https://twitter.com/user/status/1111111111111111111"}' \
    -H "Content-Type: application/json" \
    'https://pawoo-rt.<azure region>.azurecontainer.io/do' | jq

# response
{
  "status": "<sanitized twitter content>"
}

About

Server code used for my pawoo retweet iOS shortcut and tootthat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published