SkillAgentSearch skills...

Deepel

Unofficial Go client for the DeepL private API

Install / Use

/learn @ravern/Deepel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated3y ago
Forks7

Languages

Go

Security Score

80/100

Audited on Jan 31, 2023

No findings