Commit d320231 1 parent 19d7177 commit d320231 Copy full SHA for d320231
File tree 2 files changed +62
-1
lines changed
2 files changed +62
-1
lines changed Original file line number Diff line number Diff line change 1
- # deepl-api
1
+ <!--
2
+ * @Author: Vincent Young
3
+ * @Date: 2022-10-18 07:32:29
4
+ * @LastEditors: Vincent Young
5
+ * @LastEditTime: 2022-10-20 02:10:43
6
+ * @FilePath: /deepl-api/README.md
7
+ * @Telegram: https://t.me/missuo
8
+ *
9
+ * Copyright © 2022 by Vincent, All Rights Reserved.
10
+ -->
11
+ # DeepLX
12
+ Permanently free DeepL API written in Go
13
+
14
+ ## Run on Mac
15
+ 1 . Download the latest release of DeepLX.
16
+ ``` bash
17
+ sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx
18
+ ```
19
+
20
+ 2 . Download the ` me.missuo.deeplx.plist ` to ` /Users/vincent/Library/LaunchAgents ` .
21
+ ``` bash
22
+ wget https://raw.githubusercontent.com/OwO-Network/DeepLX/main/me.missuo.deeplx.plist -O /Users/vincent/Library/LaunchAgents/me.missuo.deeplx.plist
23
+ ```
24
+ 3 . Run following command.
25
+ ``` bash
26
+ launchctl load /Library/LaunchAgents/me.missuo.deeplx.plist
27
+ launchctl start /Library/LaunchAgents/me.missuo.deeplx.plist
28
+ ```
29
+
30
+ ## Setup on [ Bob App] ( https://bobtranslate.com/ )
31
+ 1 . Install [ bob-plugin-deeplx] ( https://github.com/clubxdev/bob-plugin-deeplx ) on Bob.
32
+
33
+ 2 . Setup the API.
34
+ ![ 9a75c26ad6e8bd9b7582c] ( https://missuo.ru/file/9a75c26ad6e8bd9b7582c.png )
35
+
36
+ ## Contributors
37
+ - [ Leo Shen] ( https://github.com/sjlleo )
38
+ - [ Vincent Young] ( https://github.com/missuo )
39
+
40
+ ## License
41
+ MIT License
42
+
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >Label </key >
6
+ <string >me.missuo.deeplx </string >
7
+ <key >KeepAlive </key >
8
+ <true />
9
+ <key >ProgramArguments </key >
10
+ <array >
11
+ <string >/usr/local/bin/deeplx </string >
12
+ </array >
13
+ <key >RunAtLoad </key >
14
+ <true />
15
+ <key >OnDemand </key >
16
+ <false />
17
+ <key >LaunchOnlyOnce </key >
18
+ <true />
19
+ </dict >
20
+ </plist >
You can’t perform that action at this time.
0 commit comments