Files
khatru/rss-bridge
alex 642710fda8 start: propagate init errors
package users can now act accordingly on startup errors, for example
by exiting with a non-zero code. this is useful when running a service,
notifying a supervising process about such failures.

although this is technically a breaking change, most pkg users should be
unaffected since Start and StartConf returned nothing before this commit.
2022-12-24 18:52:06 -03:00
..
2022-07-24 19:52:25 -03:00
2022-07-24 19:52:25 -03:00
2022-12-24 18:52:06 -03:00
2022-07-24 19:52:25 -03:00
2022-07-24 19:52:25 -03:00

rss-bridge, a relay that creates virtual nostr profiles for each rss feed

  • a nostr relay implementation based on relayer.
  • doesn't accept any events, only emits them.
  • does so by manually reading and parsing rss feeds.

running

grab a binary from the releases page and run it with the following environment variable:

SECRET=just-a-random-string-to-be-used-when-generating-the-virtual-private-keys

it will create a local database file to store the currently known rss feed urls.

compiling

if you know Go you already know this:

go install github.com/fiatjaf/relayer/rss-bridge

or something like that.