mirror of
https://github.com/tanrax/RSSingle.git
synced 2025-03-03 03:35:46 +01:00
1.1 KiB
1.1 KiB
Usage
-
Download the binary.
Linux
wget https://github.com/tanrax/RSSingle/releases/download/v1.0.0/rssingle
MacOS / Windows
Coming soon
-
Gives execution permissions.
chmod +x rssingle
-
In the same directory as the binary, you can
create a localconfig.yml
file in this format:title: My RSS Feed description: My customised RSS feed with technology news url: https://www.example.com output: rss.xml feeds: - https://programadorwebvalencia.com/feed/ - https://republicaweb.es/feed/
If not, you can download the Example in the repository.
curl -o config.yml https://raw.githubusercontent.com/tanrax/RSSingle/master/config.yml
-
Run the binary.
./rssingle
A file called
rss.xml
will be created.