Skip to main content

Multi language tanslator worked with nonebot2

Project description

nonebot_plugin_translator

功能

  • 多语种翻译插件

接口来自 腾讯 AI 开放平台

准备工作

开始使用

建议使用 poetry

  • 通过 poetry 添加到 nonebot2 项目的 pyproject.toml
poetry add nonebot-plugin-translator
  • 也可以通过 pip 从 PyPI 安装
pip install nonebot-plugin-translator
  • 在 nonebot2 项目中设置 nonebot.load_plugin()

当使用 nb-cli 添加本插件时,该条会被自动添加

nonebot.load_plugin('nonebot_plugin_translator')
  • 参照下文在 nonebot2 项目的环境文件 .env.* 中添加配置项

配置项

  • 腾讯 AI 开放平台 应用鉴权信息(必须):

    tencent_app_id: int 应用 APPID

    tencent_app_key: str 应用 APPKEY

  tencent_app_id = 0123456789
  tencent_app_key = ""
  • 这样,就能够在 bot 所在群聊或私聊发送 翻译机翻 使用了

特别感谢

优化建议

如有优化建议请积极提交 Issues 或 Pull requests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page