Feed-Monitor icon indicating copy to clipboard operation
Feed-Monitor copied to clipboard

A configurable service written in Go to monitor published feeds and create alerts based on filters

Results 8 Feed-Monitor issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

plugin request

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...

plugin request

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...

plugin request

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...

plugin request

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...