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 bot pulls the oldest entries and ignores the newer/latest entries on the feed. #831

Open
laurynmm opened this issue Oct 1, 2024 · 5 comments

Comments

@laurynmm
Copy link

laurynmm commented Oct 1, 2024

As reported on CZO, depending on how the RSS feed has sorted its entries (newest first or oldest first), the RSS bot integration may only pull the oldest entries and ignore newer/latest entries in the feed.

Fixing the implementation will probably involve two loops for processing feed entries:

  • first, one looking for items we've not processed
  • then, a second block going through those to decide what to do with them
@axllbk
Copy link
Collaborator

axllbk commented Oct 14, 2024

@zulipbot claim

@zulipbot
Copy link
Member

Welcome to Zulip, @axllbk! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip!

Here's some tips to get you off to a good start:

As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site.

See you on the other side (that is, the pull request side)!

@axllbk
Copy link
Collaborator

axllbk commented Oct 27, 2024

Just a quick update to say that I am still working on this!

@axllbk
Copy link
Collaborator

axllbk commented Nov 10, 2024

Looking to have a pull request ready by Wednesday 13/11 😊

@Niloth-p
Copy link
Contributor

Hi, @axllbk! Any updates?
Feel free to put up a draft PR if you're almost there but not quite :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants