-
Notifications
You must be signed in to change notification settings - Fork 99
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
Recent changes #148
base: master
Are you sure you want to change the base?
Recent changes #148
Conversation
of the property names
RecentChangesFetcher
This should be updated to use the new ApiConnection before being merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could imagine this being still useful: parsing the recent changes is still the only way one can stay in sync with a Wikibase instance, out of the box.
I would be especially interested in some logic for recent changes polling (generating a real-time stream of events, where each event appears in order, exactly once). This PR does not do this yet, but I imagine the classes it introduces could be a good basis for that.
If there is interest I could try to take over this PR and get it merged. Thoughts? @Tpt @robertvazan
@wetneb I will definitely need to read recent changes in my project at some point in the future. I would certainly test this and maybe I would find something to contribute. |
This solution fetches and parses recent changes from the RSS feed.