A translation line bot made by Google apps script and LINE messaging API.
Line Bot: https://lin.ee/HbxIUA3
- The Translation function is implemented by LanguageApp
translate(text, sourceLanguage, targetLanguage)
The language code in which text is written. If it is set to the empty string, the source language code will be auto-detected
- The detectLanguage function is implemented by DetectLanguage
Free plan 1,000 requests/day
- The Bot is implemented by Line Message API
MIT.