tuxxy / TuxNews

Cloudbot plugin to auto report any security news from various rss feeds
GNU General Public License v3.0
2 stars 0 forks source link

Allow for channels to use different feed lists. #2

Closed tuxxy closed 8 years ago

tuxxy commented 8 years ago

feed_list.txt should be a YAML file that will allow for feeds to be grouped.

For example:

secnews:
   - test.com/rss
   - infosecisgreat.com/rss.xml

worldnews:
   - averagebadcorp.com/rss

This will allow for the news bot to be in multiple channels with different topics widening the use and ability.

tuxxy commented 8 years ago

I believe this closes this issue. This works well enough to be used in our production version.