Deepel
Unofficial Go client for the DeepL private API
Install / Use
/learn @ravern/DeepelREADME
DeepL Go Client
Unofficial Go client for the private API of deepl.com.
Usage
package main
import (
"fmt"
"github.com/ravernkoh/deepl"
)
func main() {
// Instantiate client and configure
cli := deepl.NewClient()
// Translate some simple text
res, _ := cli.Translate([]string{"Hello, world!"}, deepl.English, deepl.German)
fmt.Println(res[0])
}
Installation
$ go get github.com/ravernkoh/deepl
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
350.8kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
