AS a user, I want the bot to be able to watch rss feeds and send new entries to a channel #202

Open
opened 2022-10-10 20:41:24 +01:00 by Vylpes · 1 comment
Vylpes commented 2022-10-10 20:41:24 +01:00 (Migrated from github.com)

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

  • Add rss feed database table
  • Add /rss add command
  • Add /rss remove command
  • Auto fetch RSS every x interval
  • Update tests

Notes

  • The fetch interval should be configurable globally
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 - [ ] Add rss feed database table - [ ] Add `/rss add` command - [ ] Add `/rss remove` command - [ ] Auto fetch RSS every x interval - [ ] Update tests ## Notes - The fetch interval should be configurable globally
Vylpes added this to the 3.3 milestone 2022-11-10 20:08:41 +00:00
Vylpes added the
type
story
needs criteria
needs estimate
labels 2022-12-04 14:56:24 +00:00
Vylpes modified the milestone from 3.3 to 3.4 2023-06-04 14:22:01 +01:00

Will need to investigate a package for a way to be able to do this

Will need to investigate a package for a way to be able to do this
Vylpes added a new dependency 2023-12-03 14:16:51 +00:00
Vylpes removed a dependency 2023-12-03 14:16:55 +00:00
Vylpes added a new dependency 2023-12-03 14:17:02 +00:00
Vylpes added the
blocked
label 2023-12-03 14:17:11 +00:00
Vylpes changed title from RSS Reader and Notifier into a channel to AS a user, I want the bot to be able to watch rss feeds and send new entries to a channel 2024-03-10 15:11:13 +00:00
Vylpes removed the
needs criteria
label 2024-03-10 15:16:05 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: RabbitLabs/vylbot-app#202
No description provided.