This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Установка и сборка
Требования
Компонент
Версия
Обязательно
Go
1.22+
✅
TorrAPI-совместимый сервер
любая
✅
OpenRouter API ключ
—
❌ (только для LLM)
Сборка из исходников
# Клонировать репозиторий
git clone https://github.dfv24.com/fofanov/genaudiobookinfo.git
cd genaudiobookinfo
# Загрузить зависимости
go mod tidy
# Сборка
go build -o genaudiobookinfo ./cmd/genaudiobookinfo
# Или через Makefile
make build