Skip to content

CLI app to monitor RSS/Atom feeds an send webhooks for updates.

License

Notifications You must be signed in to change notification settings

bst27/feed-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Execute script.sh to build the project. You will receive one file in the dist directory:

  • feed-webhook is the app executable

TODOs / Ideas

Tests

Add more tests.

Docs

Write docs and improve this README

Formatters

Add functionality to allow to change what is sent to a webhook. JSONPath could be used to select values from the generated JSON and map them to a key. Example config:

{
    "Formatters": [
        {
            "ID": "111-222-333-444",
            "Type": "jsonPath",
            "Output": {
                "Value1": "$.Title",
                "Value2": "$.Link.Href"
            }
        }
    ]
} 

About

CLI app to monitor RSS/Atom feeds an send webhooks for updates.

Topics

Resources

License

Stars

Watchers

Forks