I use a bookmark service that generates an RSS feed of the bookmarked items.
The RSS feed is fairly rich (title, link, description, categories, image).
I would like to convert each item in the RSS feed into a Nostr note and publish it to a specific Nostr profile. The description element should become the text of the note, images should be included in the note, categories should become hashtags, and the link should be added at the bottom of the post.
Is there any service (paid options are fine) capable of polling the RSS feed and producing new notes when new items are detected in the feed?
Check this https://atomstr.data.haus/
Unfortunately, it only answers to some of my requests:
There is also this on fiatjaf's repo https://github.com/fiatjaf/narr/releases
Look into nostrss and let me know if it works for what you are looking for to accomplish!
Thanks @rottenwheel ! I'm not sure I'm capable of installing and running it on my machine, not that proficient ...
However, I noticed that Templating might benefit from some additional variables in order to produce better Nostr notes:
categoryof each RSSitem(converted into hashtags)image(embedded into the note body)Thanks!
If you have a Github account, feel free to open an issue in the repository with your suggestion!