sample.cfg 701 B

12345678910111213141516171819202122232425262728
  1. #
  2. # This is the sample configuration file for rss2hook.
  3. #
  4. # rss2hook is designed to make a HTTP-POST to a webhook
  5. # when a new RSS item appears in a feed.
  6. #
  7. # There are two things to specify:
  8. #
  9. # * The URL of the RSS feed to monitor.
  10. #
  11. # * The corresponding end-point to make the POST request to.
  12. #
  13. # In this configuration-file they're specified as pairs like so:
  14. #
  15. # RSS = HOOK
  16. #
  17. #
  18. # The following example reads from my blog, and posts to the sample
  19. # webhook-handler as included in the repository:
  20. #
  21. https://blog.steve.fi/index.rss = http://localhost:8080/
  22. #
  23. # We have a second feed here, containing news stories from the BBC
  24. #
  25. http://feeds.bbci.co.uk/news/rss.xml = http://localhost:8080/