namosca on Nostr: Yes, I have just crated a server for that: The objective is being able of using great ...
Yes, I have just crated a server for that:
The objective is being able of using great RSS clients with nostr (for isntance, Feeder for Android, from spacecowboy).
It has whitelists and filters to track replies or first posts only.
To use it, point your RSS client to:
https://nostr-to-rss.deno.dev/feed?users=npub1,npub2,npub3&kinds=30023,1&whitelist=word1,word2,word3,replies=true
Example:
http://nostr-to-rss.deno.dev/feed?users=npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c&whitelist=gossip,politics&replies=false
As you see, you can track multiple users at one shot
Whitelist is only needed if you want to block everything except those words. I have added this to ensure I only receive feeds with topics I find useful
replies=true or false indicate if you want to accept replies or only posts which start a conversation.
Other query parameters might be added later if needed
It might take 20 seconds to refresh. I need to optimize this later.
The objective is being able of using great RSS clients with nostr (for isntance, Feeder for Android, from spacecowboy).
It has whitelists and filters to track replies or first posts only.
To use it, point your RSS client to:
https://nostr-to-rss.deno.dev/feed?users=npub1,npub2,npub3&kinds=30023,1&whitelist=word1,word2,word3,replies=true
Example:
http://nostr-to-rss.deno.dev/feed?users=npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c&whitelist=gossip,politics&replies=false
As you see, you can track multiple users at one shot
Whitelist is only needed if you want to block everything except those words. I have added this to ensure I only receive feeds with topics I find useful
replies=true or false indicate if you want to accept replies or only posts which start a conversation.
Other query parameters might be added later if needed
It might take 20 seconds to refresh. I need to optimize this later.