forked from GitHub/dbot
commit
41c56be7da
@ -1,14 +1,18 @@
|
|||||||
## RSS
|
## RSS
|
||||||
|
|
||||||
RSS!
|
RSS Feed Reader!
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
This module reads RSS feeds and spams them to specific channels.
|
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.
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
#### ~addrssfeed [URL]
|
#### ~addrssfeed [TITLE] [URL]
|
||||||
Adds RSS feed [URL] to be watched by current channel.
|
Adds RSS feed [URL] with title [TITLE] (you may use color codes here) to be posted to the current channel.
|
||||||
|
|
||||||
#### ~delrssfeed [URL]
|
#### ~rsstest
|
||||||
Deletes RSS feed [URL] from being watched by current channel.
|
Debug
|
||||||
|
|
||||||
|
#### ~delrssfeed [TITLE]
|
||||||
|
Deletes RSS feed [TITLE] from being posted to the current channel.
|
||||||
|
Loading…
Reference in New Issue
Block a user