ncarlier / feedpushr

A simple feed aggregator daemon with sugar on top.
GNU General Public License v3.0
334 stars 25 forks source link

Is there a variable for feeds `Title` to be used in the output? #50

Open windware-ono opened 2 years ago

windware-ono commented 2 years ago

I've successfully sent feed outputs to Mattermost instance as written in the document but is there a variable to send feed's Title (not the article title but the title put in the admin panel for each feeds)?

I have set multiple feeds to be sent to a single Mattermost output configuration but I can distinguish each messages better if I can see which feed it came from.

ncarlier commented 2 years ago

Good point. I will a this in a next release. In the meantime, you can group your feeds with a tag, then add a "title" filter to the output and rewrite the title using your tag.

windware-ono commented 2 years ago

This is a similar matter but it would be nice to have feed Title in the rdbms output table as well or add feed table and refer to it by its ID in the articles table.