I need to figure out how this works 🤨
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
haha, I'll push for commit for make it user friendly later.
But if you wan to run, you need to install bun (https://bun.sh/), then install packages with command "bun install"
After that, edit .env file to add your config
Then run the bot with command "bun start"
Thanks for the reply, and your work! Cheers