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 reader #95

Open
diziara opened this issue Feb 1, 2021 · 2 comments
Open

RSS reader #95

diziara opened this issue Feb 1, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@diziara
Copy link
Collaborator

diziara commented Feb 1, 2021

A function that allows a server admin to give the bot an rss/atom feed, and have the bot notify the server when said thing is updated.

If it's not out of the way, users being able to get notifications to their DMs on feed updates might be cool too.

@TurqW
Copy link
Owner

TurqW commented Mar 23, 2021

Note for future self: RSS readers are polling-based, not push-based, so this would consist of scheduling a task to check for new content at regular intervals.

https://www.tutorialspoint.com/python_text_processing/python_reading_rss_feed.htm

@diziara
Copy link
Collaborator Author

diziara commented Dec 30, 2021

If you do set it up to check for new content at regular intervals, there should probably be a way for the server admin (or just the bot settings) to tell the bot when to check. Like, part of the reason I requested this feature is to check for rss updates from the Emperor's game site, and as we try to release logs between a specific window, 99% of the rss feed stuff we'd actually care about would be posted during that time frame.

@diziara diziara added the enhancement New feature or request label Dec 30, 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
Projects
None yet
Development

No branches or pull requests

2 participants