Has anybody build a RESTful api for pubilshing to nostr? I'm thinking something we could hook up to buffer, hootsuite, later, agorapluse, eclincher, sked, sprout, tailwind, loomly, coschedule, crowdfire, meltwater, socialbee, etc...

Most creators who are cross posting use one of these tools rather than the app directly. They do it to save time, manage access to the apps, etc... Having a nice service that could integrate in to those would be a huge win for Nostr.

Reply to this note

Please Login to reply.

Discussion

That would be cool! If you do it, make sure it has an openapi spec, please.

It's a very important use case, and I'm also planning to add support for RESTful API on my relay. Is there currently a standard for API interfaces?

Are you thinking like a presigned event? Or something that is a more abstract interface that also takes your private key to sign it?

Using websockets just works fine for the Nostr publishing stuff I’m building for Drupal. All done in the nostr-php helper library (which I maintain šŸ˜‰)