An open API service indexing awesome lists of open source software.

https://github.com/xatier/pawoo-rt

Server code used for my pawoo retweet iOS shortcut and tootthat
https://github.com/xatier/pawoo-rt

fastapi python

Last synced: 5 months ago
JSON representation

Server code used for my pawoo retweet iOS shortcut and tootthat

Awesome Lists containing this project

README

          

# pawoo-rt


Test Status

Server code used for my pawoo retweet iOS shortcut and [Tootthat](https://github.com/xatier/tootthat).

The shortcut makes the following `POST` request:

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

# response
{
"status": ""
}
```