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
- Host: GitHub
- URL: https://github.com/xatier/pawoo-rt
- Owner: xatier
- License: gpl-3.0
- Created: 2022-02-14T04:39:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T07:35:25.000Z (6 months ago)
- Last Synced: 2026-01-02T19:16:33.211Z (6 months ago)
- Topics: fastapi, python
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pawoo-rt
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": ""
}
```