There isn't anything that special about posting. It is just sending signed JSON to a relay over WebSockets. You can create the JSON yourself, or use something like Will's nostril [1].
I use Deno to post, since I'm always hanging in JS land (the rep object is the output of nostril).
```
for (cons...