feat: add uisdc and aibase news adapters (closes #1201)#1249
Open
SnakeEye-sudo wants to merge 2 commits intojackwener:mainfrom
Open
feat: add uisdc and aibase news adapters (closes #1201)#1249SnakeEye-sudo wants to merge 2 commits intojackwener:mainfrom
SnakeEye-sudo wants to merge 2 commits intojackwener:mainfrom
Conversation
Implements a CLI adapter for fetching the latest AI/design news from uisdc.com. Allows specifying the number of news items to return.
This file implements a news adapter for AIbase that fetches the latest AI industry news and allows for configurable limits on the number of news items returned.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds two new site adapters for AI/design news aggregation, as requested in #1201.
Changes
clis/uisdc/news.js— Adapter for 优设读报 (uisdc.com/news), fetches latest AI/design industry news withrank,title,summaryfieldsclis/aibase/news.js— Adapter for AIbase 日报 (aibase.com/zh/daily), fetches daily AI industry news withrank,title,urlfieldsUsage
Related Issue
Closes #1201