Best practices for making a bridge where there's no initial feed, and also each entry needs to get information from the page itself? #4811
ranidspace
started this conversation in
General
Replies: 1 comment
-
|
Crawl the site if you can, get the data that way. Either to get the missing data, or to get all the data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wanting to write a pull request for the Minecraft news feed, and currently it retrieves all the articles from a JSON file, however that file has very little information.
I would think to use maybe FeedExpander but that seems to be for things in an existing RSS feed, which this doesn't have.
Should I do a GetContents on each entry? It doesn't come as a json at all it would be parsing an html file which makes me think using FeedExpander. Is there a solution when both is needed?
Beta Was this translation helpful? Give feedback.
All reactions