A server application that implements a publishing wizard for Windows XP which creates Bluesky posts from uploaded images.
0

Configure Feed

Select the types of activity you want to include in your feed.

C# 54.5%
JavaScript 26.9%
HTML 14.7%
CSS 3.1%
Other 0.9%
3 1 0

Clone this repository

https://tangled.org/shulker.zip/BskyPubWizard https://tangled.org/did:plc:cco5gxhqsuakz43hwqzmku6d
git@knot.certain-witch.shulker.zip:shulker.zip/BskyPubWizard git@knot.certain-witch.shulker.zip:did:plc:cco5gxhqsuakz43hwqzmku6d

For self-hosted knots, clone URLs may differ based on your setup.



README.md

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.