Skip to content

RSSのdescriptionを記事の日本語要約(AI生成)に差し替えるWebサーバー

Notifications You must be signed in to change notification settings

Tksi/rss-description-generator

Repository files navigation

Development

1. set API keys to .dev.vars

cp .dev.vars.exmaple .dev.vars

get API keys and set to .dev.vars

2. set kv_namespaces id to wrangler.toml

https://developers.cloudflare.com/kv/concepts/kv-namespaces/

3. run dev server

npm install
npm run dev

Deploy

set API keys(GEMINI_API_KEY) to enviroment variable

Endpoint

/:unixTime/:rssUrl

  • unixTime : the article description for pubDate after this value will be replaced by a auto generated summary (set 0 to replace all)
  • rssUrl : target rssUrl

About

RSSのdescriptionを記事の日本語要約(AI生成)に差し替えるWebサーバー

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published