pull down to refresh

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?

reply

Unfortunately, it only answers to some of my requests:

  • publish to a new profile, not to a specific, existing one
  • ignore the <category> element
reply

There is also this on fiatjaf's repo https://github.com/fiatjaf/narr/releases

reply

Look into nostrss and let me know if it works for what you are looking for to accomplish!

reply

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:

  • category of each RSS item (converted into hashtags)
  • image (embedded into the note body)

Thanks!

reply

If you have a Github account, feel free to open an issue in the repository with your suggestion!

reply