DeepLX/README.md
Vincent Young 42924b94ee Update
2022-10-20 02:23:16 +08:00

1.4 KiB

DeepLX

Permanently free DeepL API written in Golang

Description

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

Run on Mac

  1. Download the latest release of DeepLX.
sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx
  1. Download the me.missuo.deeplx.plist to /Users/vincent/Library/LaunchAgents.
wget https://raw.githubusercontent.com/OwO-Network/DeepLX/main/me.missuo.deeplx.plist -O /Users/vincent/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

Contributors

License

MIT License