Is there a web UI or is it CLI?
Yo. Today, I've made a brand-new RSS Bot for Nostr, it's extremely simple and fast, called "Sentinel".
Features:
- Powered by Bun and Rust Nostr
- Support multiple RSS sources
- Auto publish new post from RSS
- Auto clean content, strip html tags, add line break,...
- User can use bot as normal account, which mean they can totally control profile, follows,...
I'll start running a lot of bot account per specific topic to enrich content for nostr.
You can run and test it here: https://github.com/reyamir/sentinel
https://video.nostr.build/1d6787c29d1234f484aef00f7bec8afd3613fa960984629ee04e00fcd6c104bd.mp4
Discussion
only cli now, I will add web ui later
So you can create a bot for any rss feed?
yes, include multiple feeds in same bot
I also want to add ability to control the content that bot will publish, like content+link or just link
Wow nice 👍
Do you have to have rust-nostr installed and working ?
yes, you need to install all packages via "bun install" command, I will test the pre-compiled version, so non-dev users can easily run this bot without install anything