nonebot-plugin-animalVoice


Namenonebot-plugin-animalVoice JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/ANGJustinl/nonebot_plugin_animalVoice_main
Summary_✨Nonebot兽语译者插件✨_
upload_time2022-12-29 09:42:07
maintainer
docs_urlNone
authorANGJustinl
requires_python>=3.7
license
keywords pip nonebot2 nonebot nonebot_plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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>


# nonebot_plugin_animalVoice
  
_✨Nonebot兽语译者插件✨_

---
  
<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/ANGJustinl/nonebot_plugin_animalVoice" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot_plugin_animalVoice">
    <img src="https://img.shields.io/pypi/v/nonebot_plugin_animalVoice.svg" alt="pypi">
</a>
<a href="https://www.python.org">
    <img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="python">
</a>

---  
 </div> 
  
## 💿 安装

### 1. nb-cli安装(推荐)
bot根目录下打开命令行,执行nb命令安装插件,插件配置会自动添加至配置文件  
```
nb plugin install nonebot_plugin_face2cartoonpic
```

### 2. pip安装
```
pip install nonebot_plugin_face2cartoonpic --upgrade
```  
打开 nonebot2 项目的 ```bot.py``` 文件, 在其中写入  
```nonebot.load_plugin('nonebot_plugin_animalVoice')```  
  
或在bot路径```pyproject.toml```的```[tool.nonebot]```的```plugins```中添加```nonebot_plugin_animalVoice```即可  
pyproject.toml配置例如:  
``` 
[tool.nonebot]
plugin_dirs = ["src/plugins"]
plugins = ["nonebot_plugin_animalVoice","xxxxx"]
```
  

```  
## 🎉 使用
### 指令表
| 指令 | 需要@ | 范围 | 说明 |
|:-----:|:----:|:----:|:----:|
| [兽音加密]/[convert] | 否 | 群聊/私聊 | 发送需要加密的文字 |
| [兽音解密]/[deconvert] | 否 | 群聊/私聊 | 发送需要解密的文字 |


**注意**

默认情况下, 您应该在指令前加上命令前缀, 通常是 /

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ANGJustinl/nonebot_plugin_animalVoice_main",
    "name": "nonebot-plugin-animalVoice",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pip,nonebot2,nonebot,nonebot_plugin",
    "author": "ANGJustinl",
    "author_email": "angjustin@163.com",
    "download_url": "https://files.pythonhosted.org/packages/77/fa/11a564345ee69bb19ae01f04c30ef09f36e5f00e92b50ded23c57080213f/nonebot_plugin_animalVoice-0.0.3.tar.gz",
    "platform": "any",
    "description": "<div align=\"center\">\r\n  \r\n  <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>\r\n  <br>\r\n  <p><img src=\"https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg\" width=\"240\" alt=\"NoneBotPluginText\"></p>\r\n\r\n\r\n# nonebot_plugin_animalVoice\r\n  \r\n_\u2728Nonebot\u517d\u8bed\u8bd1\u8005\u63d2\u4ef6\u2728_\r\n\r\n---\r\n  \r\n<a href=\"./LICENSE\">\r\n    <img src=\"https://img.shields.io/github/license/ANGJustinl/nonebot_plugin_animalVoice\" alt=\"license\">\r\n</a>\r\n<a href=\"https://pypi.python.org/pypi/nonebot_plugin_animalVoice\">\r\n    <img src=\"https://img.shields.io/pypi/v/nonebot_plugin_animalVoice.svg\" alt=\"pypi\">\r\n</a>\r\n<a href=\"https://www.python.org\">\r\n    <img src=\"https://img.shields.io/badge/python-3.7+-blue.svg\" alt=\"python\">\r\n</a>\r\n\r\n---  \r\n </div> \r\n  \r\n## \ud83d\udcbf \u5b89\u88c5\r\n\r\n### 1. nb-cli\u5b89\u88c5\uff08\u63a8\u8350\uff09\r\nbot\u6839\u76ee\u5f55\u4e0b\u6253\u5f00\u547d\u4ee4\u884c\uff0c\u6267\u884cnb\u547d\u4ee4\u5b89\u88c5\u63d2\u4ef6\uff0c\u63d2\u4ef6\u914d\u7f6e\u4f1a\u81ea\u52a8\u6dfb\u52a0\u81f3\u914d\u7f6e\u6587\u4ef6  \r\n```\r\nnb plugin install nonebot_plugin_face2cartoonpic\r\n```\r\n\r\n### 2. pip\u5b89\u88c5\r\n```\r\npip install nonebot_plugin_face2cartoonpic --upgrade\r\n```  \r\n\u6253\u5f00 nonebot2 \u9879\u76ee\u7684 ```bot.py``` \u6587\u4ef6, \u5728\u5176\u4e2d\u5199\u5165  \r\n```nonebot.load_plugin('nonebot_plugin_animalVoice')```  \r\n  \r\n\u6216\u5728bot\u8def\u5f84```pyproject.toml```\u7684```[tool.nonebot]```\u7684```plugins```\u4e2d\u6dfb\u52a0```nonebot_plugin_animalVoice```\u5373\u53ef  \r\npyproject.toml\u914d\u7f6e\u4f8b\u5982\uff1a  \r\n``` \r\n[tool.nonebot]\r\nplugin_dirs = [\"src/plugins\"]\r\nplugins = [\"nonebot_plugin_animalVoice\",\"xxxxx\"]\r\n```\r\n  \r\n\r\n```  \r\n## \ud83c\udf89 \u4f7f\u7528\r\n### \u6307\u4ee4\u8868\r\n| \u6307\u4ee4 | \u9700\u8981@ | \u8303\u56f4 | \u8bf4\u660e |\r\n|:-----:|:----:|:----:|:----:|\r\n| [\u517d\u97f3\u52a0\u5bc6]/[convert] | \u5426 | \u7fa4\u804a/\u79c1\u804a | \u53d1\u9001\u9700\u8981\u52a0\u5bc6\u7684\u6587\u5b57 |\r\n| [\u517d\u97f3\u89e3\u5bc6]/[deconvert] | \u5426 | \u7fa4\u804a/\u79c1\u804a | \u53d1\u9001\u9700\u8981\u89e3\u5bc6\u7684\u6587\u5b57 |\r\n\r\n\r\n**\u6ce8\u610f**\r\n\r\n\u9ed8\u8ba4\u60c5\u51b5\u4e0b, \u60a8\u5e94\u8be5\u5728\u6307\u4ee4\u524d\u52a0\u4e0a\u547d\u4ee4\u524d\u7f00, \u901a\u5e38\u662f /\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "_\u2728Nonebot\u517d\u8bed\u8bd1\u8005\u63d2\u4ef6\u2728_",
    "version": "0.0.3",
    "split_keywords": [
        "pip",
        "nonebot2",
        "nonebot",
        "nonebot_plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "1baf31f9ce407abf06bec3c45951d8ed",
                "sha256": "418ead2c7d99e9d0d9d980f5e94e2498943999c7722e2d4cae8b57c5a34378d9"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_animalVoice-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1baf31f9ce407abf06bec3c45951d8ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17833,
            "upload_time": "2022-12-29T09:42:07",
            "upload_time_iso_8601": "2022-12-29T09:42:07.126510Z",
            "url": "https://files.pythonhosted.org/packages/77/fa/11a564345ee69bb19ae01f04c30ef09f36e5f00e92b50ded23c57080213f/nonebot_plugin_animalVoice-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-29 09:42:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ANGJustinl",
    "github_project": "nonebot_plugin_animalVoice_main",
    "lcname": "nonebot-plugin-animalvoice"
}
        
Elapsed time: 0.02300s