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

Support command to read specific feed immediately #85

Open impredicative opened 3 years ago

impredicative commented 3 years ago

Support a command to read a specific named feed in a specific channel immediately. For example:

AdminNick> FeedBot: read Cointelegraph

This should read the Cointelegraph feed immediately This assumes that there is such a feed configured for the current channel. Ideally any disk cache for the feed should also be bypassed.

roltel commented 3 years ago

As you are with the hands on it, it would be great that you could select how many feed and/or by number like head or tail args. :)