27/12/2023
nostrss: stream rss feeds onto nostr protocol
Nostrss is a program that provides a lightweight and flexible bridge beetween RSS feeds and Nostr protocol.
lo utilizzo con la seguente riga di comando
$ /bin/nostrss --relays ~/.nostrss/relays.json --feeds ~/.nostrss/rss.json --profiles ~/.nostrss/profiles.json
dopo aver configurato la seguente variabile d'ambiente
$ DEFAULT_TEMPLATE="{name} - {title} - {content} - {url}" $ export DEFAULT_TEMPLATE
il file rss generato da org-static-blog è piuttosto rozzo, non ne viene letto il campo {content}. il file rss generato da writefreely… è uguale! per cui devo vedere se trasformandolo in atom (con "perl ./rss2atom.pl") riesco ad ottenere un feed più strutturato