Nostr specific post from simplified version
Actually real quick need to test simplified version as well
Very cool, not only is the script more organized, but can post different messages to different networks or skip posting to particular protocols. Another github update incoming
Posting to only Nostr
Nostr Specific Post
Oops, typo in the AT/BlueSky version. Retrying
Alright, I de-spagattified some of my script and added some features, testing
After a little tinkering the latest version of nipy that includes the optional keyring setup for a more secure creds storage is at https://github.com/0n4t3/nipy/releases/tag/v0.9 for those interested
I feel like I might have used up all my luck, but man was that easy. And Keyring offers a bit of a more acceptable managment of credentials on an OS that supports it - and would let me theoretically package it and have it run without the need to edit a script. Am happy how the client is coming together
Testing nipy with keys/APIs managed by the OS via Python Keyring instead of being hardcoded in the script
After many typos #NIPY v0.6 is ready for download at https://github.com/0n4t3/nipy/releases/tag/v0.6 with support for #Nostr #ActivityPub and #Bluesky (AT)
Success on all three protocols! I'll update the github sometime tonight.
From the looks of it, if this works, NIPY will now support #bluesky (at protocol) as well as #nostr and #activitypub
Well it appears this just worked. Seeing the post in my Nostr client and on my Friendica feed. Still probably needs a bit more work before it's remotely useful, but hey, cool to see hacked together stuff actually work. 😀
Sort of #introduction and first (hopefully) working test post. Working on a very hacked together python client for #nostr and #activitypub (or specifically any fedi server compatible with the Mastodon API). Check it out or fix my mistakes at https://github.com/0n4t3/nipy/tree/main . This is very much a work in progress.