mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-04-02 01:55:33 +00:00
initial commit
This commit is contained in:
parent
6f41fdc38d
commit
4280f9cb96
6 changed files with 167 additions and 0 deletions
23
README.md
23
README.md
|
|
@ -1,2 +1,25 @@
|
|||
# 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue