🐥

DeeplをCLI上で実行するアプリを作った

に公開4

Discussion

eggplantseggplants

この記事を執筆された後に、公式がCLIを公開しました。
https://github.com/DeepLcom/deepl-python
Python実装ですが…

pip install deepl
deepl --auth-key <YOUR_AUTH_KEY> text --to DE "Text to be translated."
deepl --auth-key <YOUR_AUTH_KEY> document --to DE text.txt
OmochiceOmochice

情報ありがとうございます!
公式がPython実装なのでgoで実行バイナリにできるメリットまだ残ってるかなーと思ってます。
時間ができたらソースを読んでみたいと思います。