# rssto ![Build](https://github.com/YGGverse/rssto/actions/workflows/build.yml/badge.svg) [![Dependencies](https://deps.rs/repo/github/YGGverse/rssto/status.svg)](https://deps.rs/repo/github/YGGverse/rssto) [![crates.io](https://img.shields.io/crates/v/rssto.svg)](https://crates.io/crates/rssto) ## Aggregate RSS feeds into different formats A simple multi-source feed aggregator that outputs static files in multiple formats. ## Roadmap * [x] HTML * [ ] Markdown * [ ] Gemtext ## Install ``` bash cargo install rssto ``` ## Launch ``` bash rssto --source https://path/to/source1.rss\ --target /path/to/source1dir\ --source https://path/to/source2.rss\ --target /path/to/source2dir\ --format html ``` ### Options ``` bash -d, --debug Show output (`d` - debug, `e` - error, `i` - info) [default: ei] -f, --format Export formats (`html`,`md`,etc.) [default: html] -l, --limit Limit channel items (unlimited by default) -s, --source RSS feed URL(s) --target Destination directory --template