pulsarss/README.md
2025-02-11 18:39:16 +02:00

25 lines
No EOL
634 B
Markdown

# pulsarss
![Build](https://github.com/YGGverse/pulsarss/actions/workflows/build.yml/badge.svg)
[![Dependencies](https://deps.rs/repo/github/YGGverse/pulsarss/status.svg)](https://deps.rs/repo/github/YGGverse/pulsarss)
[![crates.io](https://img.shields.io/crates/v/pulsarss.svg)](https://crates.io/crates/pulsarss)
RSS Aggregator for Gemini Protocol
## Install
``` bash
cargo install pulsarss
```
## Launch
``` bash
pulsarss --source https://path/to/feed.rss
```
### Options
* `source` - RSS feed source (required)
* `target` - Destination directory (`public` by default)
* `update` - Update timeout in seconds (60 by default)