mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 17:15:29 +00:00
25 lines
No EOL
634 B
Markdown
25 lines
No EOL
634 B
Markdown
# pulsarss
|
|
|
|

|
|
[](https://deps.rs/repo/github/YGGverse/pulsarss)
|
|
[](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) |