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

RSS Feeds #5

Open
chrisjm opened this issue Aug 25, 2021 · 0 comments
Open

RSS Feeds #5

chrisjm opened this issue Aug 25, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chrisjm
Copy link
Contributor

chrisjm commented Aug 25, 2021

Goal

We want the Open Brewery DB Discord bot to regularly check a list of RSS feeds and embed new posts into a specified channel or channels.

Implementation Notes

  • Scheduling - A simple cron job should do it unless there are other suggestions.
  • Storage - How and where do we store the data? Plain text file? MongoDB? Do we store the posts? (my initial thought is to just store the feed and last time the feed was checked, so plain text CSV would probably do fine, but I'm open to using MongoDB or another DB if you want practice).
  • Server - This will live on an existing Digital Ocean Ubuntu droplet. Contact @chrisjm for access and/or to set up additional services.
@chrisjm chrisjm added enhancement New feature or request good first issue Good for newcomers labels Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant