Files
RSSingle/Documentation/Usage.md
2022-06-25 14:30:37 -04:00

1.1 KiB

Usage


  1. Download the binary.

    Linux

    wget https://github.com/tanrax/RSSingle/releases/download/v1.0.0/rssingle
    

    MacOS / Windows

    Coming soon



  2. Gives execution permissions.

    chmod +x rssingle
    


  3. In the same directory as the binary, you can
    create a local config.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
    


  4. Run the binary.

    ./rssingle 
    

    A file called rss.xml will be created.