Skip to content

Releases: idjohnson/pybsposter

v0.0.5

07 Feb 12:04
292aeb0

Choose a tag to compare

What's Changed

  • updates by @idjohnson in #1 to implement basic try catch error blocks
  • some errors shown in container log

New Contributors

Full Changelog: https://github.com/idjohnson/pybsposter/commits/v0.0.5

This release lines up to 0.0.5 in Dockerhub

Example Docker pull

docker pull idjohnson/pybsposter:0.0.5

Example with Kubernetes

$ cat bsky.payload.json
{"USERNAME": "captpicard.bsky.social", "PASSWORD": "NumberTwoIsANumber2", "TEXT": "Make it so. ", "LINK": "https://www.startrek.com/"}
$ kubectl port-forward svc/pybsposter 8080:80 &
$ curl -X POST http://localhost:8080/post -H 'Content-Type: application/json' -d @bsky.payload.json