AS a user, I want the bot to be able to watch rss feeds and send new entries to a channel #202
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#378 Investigate a package to parse rss feeds on a regular basis
RabbitLabs/vylbot-app
Reference: RabbitLabs/vylbot-app#202
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story Points: 5
AS a user, I want the bot to be able to watch rss feeds and send new entries to a channel
SO THAT I can have the bot auto post news, etc. on an rss update
Acceptance Criteria
AS a moderator
GIVEN I add an rss link to a configuration
WHEN the bot scans the given links
THEN the bot will post these to a specific channel
AS a moderator
GIVEN I want to add an rss link to a channel
WHEN I run
/rss add <name> <link> <channel>
THEN the bot will add this link to the database
AS a moderator
GIVEN I want to remove an rss link from a channel
WHEN I run
/rss remove <name>
THEN the bot will remove this link from the database
Subtasks
/rss add
command/rss remove
commandNotes
Will need to investigate a package for a way to be able to do this
RSS Reader and Notifier into a channelto AS a user, I want the bot to be able to watch rss feeds and send new entries to a channel