DeepL Free API (No TOKEN required)
Go to file
2023-02-12 10:04:48 +08:00
.github/workflows Add Windows Releases 2022-10-20 10:10:31 +08:00
.cross_compile.sh Add Windows Support 2022-10-20 09:53:19 +08:00
.gitignore fix: possible bugs 2023-02-12 09:23:04 +08:00
deeplx.service chore: add install script 2023-02-12 10:04:18 +08:00
go.mod Package to Web API 2022-10-20 01:06:30 +08:00
go.sum Package to Web API 2022-10-20 01:06:30 +08:00
install.sh chore: add install script 2023-02-12 10:04:18 +08:00
LICENSE Create LICENSE 2022-10-20 02:12:18 +08:00
main.go fix: possible bugs 2023-02-12 09:23:04 +08:00
me.missuo.deeplx.plist Update README.md 2022-10-20 02:11:14 +08:00
README.md Merge branch 'main' of https://github.com/OwO-Network/DeepLX 2023-02-12 10:04:48 +08:00

DeepL X

Permanently free DeepL API written in Golang

Description

  • deeplx in only run in port 1188, later versions will do the specified port.
  • deeplx is listening to 0.0.0.0:1188 by default.
  • deeplx is using DeepL Free API.
  • deeplx is unlimited to the number of requests.

Usage

Request Parameters

  • text: string
  • source_lang: string
  • target_lang: string

Response

{
  "code": 200,
  "data": "Hello world",
  "id": 8305092005
}

Run on Server

bash <(curl -Ls https://cpp.li/deeplx)

Run on Mac

  1. Download the latest release of DeepL X.
sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx
  1. Download the me.missuo.deeplx.plist to /Users/YOUR_USERNAME/Library/LaunchAgents.
wget https://raw.githubusercontent.com/OwO-Network/DeepLX/main/me.missuo.deeplx.plist -O /Users/YOUR_USERNAME/Library/LaunchAgents/me.missuo.deeplx.plist
  1. Run following command.
launchctl load /Library/LaunchAgents/me.missuo.deeplx.plist
launchctl start /Library/LaunchAgents/me.missuo.deeplx.plist

Setup on Bob App

  1. Install bob-plugin-deeplx on Bob.

  2. Setup the API. 9a75c26ad6e8bd9b7582c

Docker Backup for zu1k

docker run -itd -p 7373:80 missuo/deeplx-bk

Author

DeepL X © Vincent Young & Leo Shen, Released under the MIT License.