Add support for posting to Bluesky
authorMagnus Hagander <magnus@hagander.net>
Sun, 24 Nov 2024 10:41:08 +0000 (11:41 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 27 Nov 2024 10:53:13 +0000 (11:53 +0100)
commitbba79de479d311cfa6c389b6b0e5632f72284027
tree695df3cfdb302e2394450d81bdbd8e8881f246a0
parent55e8d7237379562bae99c68db767930965c2bb8d
Add support for posting to Bluesky

This adds Bluesky as a messaging provider to the system. For the time
being it only supports making broadcast posts (similar to the linkedin
provider).

This support should be considered alpha or beta at this time.
docs/confreg/integrations.md
postgresqleu/util/image.py
postgresqleu/util/messaging/__init__.py
postgresqleu/util/messaging/bluesky.py [new file with mode: 0644]