Home

Awesome

有道翻译 Wechaty 插件

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

Start

安装插件

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

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

Config

Test

npm run test