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

Reuters Wire API #8

Open
wybiral opened this issue Mar 29, 2020 · 1 comment
Open

Reuters Wire API #8

wybiral opened this issue Mar 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@wybiral
Copy link
Owner

wybiral commented Mar 29, 2020

The Reuters RSS feeds are pretty bad (no thumbnails, too much delay, etc) but they have a better JSON API beneath their main content.

URLS:

Parameters:

  • count: the number of items to return
  • since: return stories since a wireitem_id
  • until: return stories up to a wireitem_id

This would be much more efficient than RSS if it uses the "since" parameter to only query for new stories every update.

@wybiral wybiral added the enhancement New feature or request label Mar 29, 2020
@wybiral
Copy link
Owner Author

wybiral commented Dec 10, 2020

This may be necessary in order to keep Reuters on the list because their RSS feeds are broke now (see: 10d02a4).

Also since posting this issue all of the endpoints have moved to use v5 instead of v3 which means this method could also be a battle to keep up with their live changing internal API.

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