javascript client for the deepl online translator at deepl.com/translator
git clone https://github.com/milahu/deepl-client-jsdom.git
cd deepl-client-jsdom
npm install
echo "hello world" | node deepl-cli.js en de
Hallo Welt
npm install -g https://github.com/milahu/deepl-client-jsdom.git
echo "hello world" | deepl en de
Hallo Welt
- github.com/milahu/alchi/src/alchi-book/scripts/translate.js
- google translate client for large html documents.
usually google charges money to translate richtext or large documents - semi-automatic tool.
currently requires to copy-paste text to and from the translator service,
but this could be automated with jsdom as show here (indeepl-client-jsdom
) - also supports deepl translate
- also posted to webapps.stackexchange.com
- google translate client for large html documents.
- github.com/fkirc/attranslate
- heavyweight from many features, dependencies, typescript
- only google translate, using official google api client
- input formats: xml, json, yaml
- github.com/KevCui/translate-cli
- heavyweight from puppeteer dependency
- github.com/milahu/deepl-client-filesystem
- use the original deepl.com interface in connection with a local backend server to load and store text files
- abandoned
- github.com/vsetka/deepl-translator-cli
- old and broken