mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 09:05:29 +00:00
RSS Aggregator for Gemini Protocol
https://crates.io/crates/pulsarss
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
pulsarss
RSS Aggregator for Gemini Protocol
pulsarss is a multi-process crawler for RSS feeds. It collects the data into static gemtext files, organized in sub-folders by pub_date. It also builds an actual index.gmi file in the destination folders for easy reading in your favorite Gemini browser.
Note
At this moment,
pulsarssdoes not provide any built-in server. To read the data collected, use any server for static files listed in the awesome-gemini list
Install
cargo install pulsarss
Launch
pulsarss --source https://path/to/feed.rss
Options
source- RSS feed source (required)target- Destination directory (publicby default)update- Update timeout in seconds (60by default)