I am currently writing an application that broadcasts RSS feeds onto Nostr.
Such tool already exists with golang as @fiatjaf did build one. However i already started my project when i saw that it was already existing.
Main difference is that the app i'm building will be built with Rustlang and will be CLI only.
In its current state, the application broadcasts all the feeds under a single Nostr identity, so i'm looking to allow configuring the application to associate a specific nostr profile to one or many feeds.