An open API service indexing awesome lists of open source software.

https://github.com/xiokka/rsssynth

Generate a static page from a list of RSS feeds.
https://github.com/xiokka/rsssynth

css html rss rust

Last synced: about 1 year ago
JSON representation

Generate a static page from a list of RSS feeds.

Awesome Lists containing this project

README

          

# rsssynth
Generate a static page from a list of RSS feeds.

### Iterate through the .xml files in the feeds/ directory and generate index.html and last_update.html
```bash
rsssynth feeds/
```

### Iterate through each line inside "feeds.txt", where each line is a URL for an RSS feed.
```bash
rsssynth feeds.txt
```