Summarizes comments from a variety of sources, such as GitHub issues, GitLab issues, Slack threads, Reddit threads, and more using AI models from different providers, such as Ollama, Anthropic, OpenAI and Google.
Check the project website how to use it:
https://ioki-mobility.github.io/summaraizer
Fetch from GitHub issue and summarize using Ollama with llama3
summaraizer github --issue golang/go/66960 | summaraizer ollama --model llama3
Fetch from Reddit post and summarize using OpenAI with gpt-4o
summaraizer reddit --post 'r/ArtificialInteligence/comments/1d16cxl/miss_ai_worlds_first_beauty_contest_with_computer/' | summaraizer openai --model gpt-4o --token SUPER_SECRET_API_TOKEN
Fetch from GitLab issue with custom instance and summarize using Google
summaraizer gitlab --issue sre/it-support/203 --token SUPER_SECRET_API_TOKEN --url https://gitlab.url.com | summaraizer google --token SUPER_SECRET_API_TOKEN
Fetch from Slack thread and summarize using Antrhopic
summaraizer slack --channel C07ED7YBB1P --ts 1723214080.317439 --token SUPER_SECRET_API_TOKEN | summaraizer anthropic --token SUPER_SECRET_API_TOKEN