Skip to content

chs97/wechaty-plugin-youdao

Repository files navigation

有道翻译 Wechaty 插件

以插件的形式提供有道翻译能力

Start

安装插件

yarn add wechaty-plugin-yd@latest
wechaty.use(
  wechatyYouDaoPlugin({
    appId: appId,
    privateKey: privateKey,
  }),
)

机器人收到消息会自动回复翻译

Config

  • appId: 有道云应用ID
  • privateKey: 有道云Key
  • from: 源语言 参考 支持语言 (默认auto)
  • to: 目标语言
  • voice: 发音声音, 0为女声,1为男声。默认为女声
  • prefix: 前缀,例如 yd#
  • needMP3: 是否需要发音音频
  • strict: 是否严格按照指定from和to进行翻

Test

npm run test

About

YouDao translator bot plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published