mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-10-28 22:09:47 +00:00
DeepL Free API (No TOKEN required)
| .github/workflows | ||
| .cross_compile.sh | ||
| .gitignore | ||
| deeplx.service | ||
| go.mod | ||
| go.sum | ||
| install.sh | ||
| LICENSE | ||
| main.go | ||
| me.missuo.deeplx.plist | ||
| README.md | ||
DeepL X
Permanently free DeepL API written in Golang
Description
deeplxin only run in port1188, later versions will do the specified port.deeplxis listening to0.0.0.0:1188by default.deeplxis usingDeepLFree API.deeplxis 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 Mac
- Download the latest release of DeepL X.
sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx
- Download the
me.missuo.deeplx.plistto/Users/YOUR_USERNAME/Library/LaunchAgents.
wget https://raw.githubusercontent.com/OwO-Network/DeepLX/main/me.missuo.deeplx.plist -O ~/Library/LaunchAgents/me.missuo.deeplx.plist
- Run following command.
launchctl load ~/Library/LaunchAgents/me.missuo.deeplx.plist
launchctl start ~/Library/LaunchAgents/me.missuo.deeplx.plist
Setup on Bob App
-
Install bob-plugin-deeplx on Bob.
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.
