2014-05-23 03:24:45 +02:00
|
|
|
## RSS
|
|
|
|
|
2015-04-05 07:00:32 +02:00
|
|
|
RSS Feed Reader!
|
2014-05-23 03:24:45 +02:00
|
|
|
|
|
|
|
### Description
|
2015-04-05 07:00:32 +02:00
|
|
|
This module reads RSS and ATOM feeds, tries to find new items inside and posts them to the designated channel.
|
|
|
|
The posts are identified through their pubDate. A cache of the last 30 titles is being kept to block duplicate posts more efficiently.
|
2014-05-23 03:24:45 +02:00
|
|
|
|
|
|
|
### Commands
|
|
|
|
|
2015-04-05 07:00:32 +02:00
|
|
|
#### ~addrssfeed [TITLE] [URL]
|
|
|
|
Adds RSS feed [URL] with title [TITLE] (you may use color codes here) to be posted to the current channel.
|
2014-05-23 03:24:45 +02:00
|
|
|
|
2015-04-05 07:00:32 +02:00
|
|
|
#### ~rsstest
|
|
|
|
Debug
|
|
|
|
|
|
|
|
#### ~delrssfeed [TITLE]
|
|
|
|
Deletes RSS feed [TITLE] from being posted to the current channel.
|