BskyPubWizard#
A server application that implements a publishing wizard for Windows XP which creates Bluesky posts from uploaded images.
Demo: https://bsky.app/profile/did:plc:xvxgpq3amz4bwi5nrmqlnfdf/post/3mndjykhpe224
The server-side application is stateless since all state is stored in client-side cookies.
The "BskyPubWizard.Setup" project creates an MSI setup file using the WiX
toolset which adds this server to the list of locations in the publishing
wizard.
Do note that the ProviderRegistrationHREF registry key will need to be changed
for the wizard to work since the value in this repository is only an example.
I have not set up a public server that runs this application, and probably no
one should.
If you want to try this, do like I did and run this on the local network.
This codebase is definitely pretty dirty.
It is not production-ready, it needs cleanup, it has more duplicated parts than
I would like, etc.
On the other hand, who cares. It doesn't need to be.
Please do not use this unironically.
Thanks.