Metadata-Version: 2.1
Name: nonebot-plugin-nbnhhsh-q
Version: 0.1.1
Summary: 能不能好好说话 - 神奇海螺api接入 @qingzhixing
Author-Email: qingzhixing <qzsptmail@protonmail.com>
License: MIT
Requires-Python: >=3.9
Requires-Dist: nonebot2>=2.4.1
Requires-Dist: httpx>=0.28.1
Description-Content-Type: text/markdown

<div align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# 🦄 nonebot-plugin-nbnhhsh-q

_✨ 这个项目是干什么用的？ ✨_

<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/qingzhixing/nonebot-plugin-nbnhhsh-q.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-nbnhhsh-q">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-nbnhhsh-q.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">

</div>

这是一个nonebot2机器人框架的插件，用于提供缩写中文的翻译，调用了 【 [神奇海螺 - 能不能好好说话](https://github.com/itorr/nbnhhsh) 】 的api

## 📖 介绍

**能不能好好说话?**

基于 神奇海螺api 的缩写翻译 nonebot2 插件

## 💿 安装

<details open>
<summary>使用 nb-cli 安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

    nb plugin install nonebot-plugin-nbnhhsh-q

</details>

<details>
<summary>使用包管理器安装</summary>
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

<details>
<summary>pip</summary>

    pip install nonebot-plugin-nbnhhsh-q

</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-nbnhhsh-q

</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-nbnhhsh-q

</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-nbnhhsh-q

</details>

打开 nonebot2 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.nonebot]` 部分追加写入

    plugins = ["nonebot_plugin_nbnhhsh_q"]

</details>

## ⚙️ 配置

开箱即用！

## 🎉 使用

在群聊或者私聊发送 \[英文缩写\] 是什么 | 是啥 即可触发翻译功能

### 💕 效果图

![效果图](./static/效果图.png)
