impredicative / irc-rss-feed-bot

Dockerized IRC bot to post RSS/Atom and scraped HTML/JSON/CSV feeds to channels
https://hub.docker.com/r/ascensive/irc-rss-feed-bot
GNU Affero General Public License v3.0
28 stars 4 forks source link

Avoid old posts when new feed is added #31

Closed ssbarnea closed 5 years ago

ssbarnea commented 5 years ago

I discovered that when a new feed is added messages from it are automatically announced to the irc channels, even if these are many months old.

It would be better to avoid announcing old stuff on the first execution.

I would go so far to assume that old means, older than the pull period, maybe?

impredicative commented 5 years ago

Refer to the feed specific new parameter as documented in the readme.