Skip to content

This is a simple script to get the summary of the issues from redmine.

License

Notifications You must be signed in to change notification settings

tbxark-arc/redmine-summary

Repository files navigation

redmine summary

This is a simple script to get the summary of the issues from redmine.

Configuration

REDMINE_BASE = "http://your-redmine-url.com"

AI_ENDPOINT = "https://some_ai_provider.com/chat/completions"
AI_API_KEY = "sk-"
AI_API_MODEL = "gpt-3.5-turbo"

Deployment

This script is deployed on cloudflare workers. You can deploy it using the wrangler cli.

npm install
npm run deploy

License

redmine summary is released under the MIT license. See LICENSE for details.

About

This is a simple script to get the summary of the issues from redmine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published