Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rss feed from bot #41

Open
technetos opened this issue Aug 7, 2020 · 0 comments
Open

Add rss feed from bot #41

technetos opened this issue Aug 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@technetos
Copy link
Member

technetos commented Aug 7, 2020

Add rss parsing support in the bot such that we can parse various feeds like the blog, inside rust, and TWiR and display them in a channel.

Relevant crates:
https://crates.io/crates/rss

Actionable steps:

  • Add a new module called rss.rs or similar
  • Add a command to add rss feed urls to the bot, ?rss add url... or similar
  • Add a command to fetch the rss feeds and display them in the discord channel, ?rss update or similar
    • Continually adding the feeds as new messages in the discord channel can get cumbersome. Its probably best to only post the message once and edit it when we need to refresh the feeds.

Todo:

  • Create the channel in the rust discord for the feeds, Announcements or similar

Additional details:

  • Adding a new rss feed should be limited to WG & Teams
  • Updating the rss feeds should be limited to WG & Teams
@technetos technetos added the enhancement New feature or request label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant