diff --git a/extensions.json b/extensions.json index 7d90b34..ebab696 100644 --- a/extensions.json +++ b/extensions.json @@ -429,6 +429,17 @@ "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", "method": "git", "directory": "xExtension-YouTubeChannel2RssFeed" + }, + { + "name": "News Assistant", + "author": "Mervyn Zhan", + "description": "Use the api of OpenAI to summary the news.", + "version": 0.1, + "entrypoint": "NewsAssistant", + "type": "system", + "url": "https://github.com/reply2future/xExtension-NewsAssistant", + "method": "git", + "directory": "xExtension-NewsAssistant" } ] } diff --git a/repositories.json b/repositories.json index 0f128d6..7b23fe1 100644 --- a/repositories.json +++ b/repositories.json @@ -67,4 +67,7 @@ }, { "url": "https://github.com/DevonHess/FreshRSS-Extensions", "type": "git" +}, { + "url": "https://github.com/reply2future/xExtension-NewsAssistant", + "type": "git" }]