Feed-Monitor
Feed-Monitor copied to clipboard
A configurable service written in Go to monitor published feeds and create alerts based on filters
Create Code_of_conduct.md and Contributing.md file. Lots of template are already available, you can use any one.
In relation to #2 , it has been decided to switch to an alternative plugin framework: https://github.com/hashicorp/go-plugin This plugin framework is more widely used and described as have better support...
View the [Hacking](https://github.com/KyleTryon/Feed-Monitor/blob/main/HACKING.md) documentation to create a plugin. A new plugin can be created directly or included externally in your own repo as a "community" plugin. > Note: While I...
View the [Hacking](https://github.com/KyleTryon/Feed-Monitor/blob/main/HACKING.md) documentation to create a plugin. A new plugin can be created directly or included externally in your own repo as a "community" plugin. > Note: While I...
View the [Hacking](https://github.com/KyleTryon/Feed-Monitor/blob/main/HACKING.md) documentation to create a plugin. A new plugin can be created directly or included externally in your own repo as a "community" plugin. > Note: While I...
View the [Hacking](https://github.com/KyleTryon/Feed-Monitor/blob/main/HACKING.md) documentation to create a plugin. A new plugin can be created directly or included externally in your own repo as a "community" plugin. > Note: While I...
Unfortunately with the current plugin structure ([native go plugin module](https://pkg.go.dev/plugin)), there appears to be an issue with running `go test` Error: ``` plugin.Open("plugins/gotify/gotify"): plugin was built with a different version...