nonebot-plugin-plus-one


Namenonebot-plugin-plus-one JSON
Version 0.1.9 PyPI version JSON
download
home_pageNone
Summary全新复读姬,支持文本、图片、表情甚至是转发分享卡片复读,任意群聊触发 +1,姬就 +1。轻巧、专注,不使用任何数据库,不使用任何文件存储
upload_time2024-05-28 14:50:15
maintainerNone
docs_urlNone
authoryejue
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<h1 align="center">🐣🐤一个仅有40行代码的复读姬 ✨</h1>
<p align="center">
_✨ 只是一个复读姬:支持群聊白名单、文本复读、图片表情复读、甚至是转发和分享的复读 ✨_
</p>
<p align="center">
  <a href="https://raw.githubusercontent.com/cscs181/QQ-Github-Bot/master/LICENSE">
    <img src="https://img.shields.io/github/license/cscs181/QQ-Github-Bot.svg" alt="license">
  </a>
  <a href="https://pypi.python.org/pypi/nonebot-plugin-analysis-bilibili">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-analysis-bilibili.svg" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
</p>


## 快速安装

第一步:右上角 ↗ 点个不要钱的 star 吧,这是不断维护更新的动力。

### nb-cli

```shell
nb plugin install nonebot-plugin-plus-one
```
### pip

```shell
pip install nonebot-plugin-plus-one
```

### git

```shell
cd /your-nonebot-project-home/plugins/
git clone https://github.com/yejue/nonebot-plugin-plus-one.git
```

## 示例
```text
[群1]: 你好
[群1]: 你好
[机器人]: 你好

[群2]: 表情
[群2]: 表情
[机器人]: 表情

[群2]: 分享音乐
[群2]: 分享音乐
[机器人]: 分享音乐
```

## 配置
```text
# 匹配优先级
PLUS_ONE_PRIORITY = 10

# 群聊或私聊白名单,单个或多个示例,下面任选其一,可填入群 QQ 号或个人 QQ 号
PLUS_ONE_WHITE_LIST = ["10000000"]
PLUS_ONE_WHITE_LIST = ["10000000", "1000000"]
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nonebot-plugin-plus-one",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yejue",
    "author_email": "1145331931@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/7f/c3/4ac9f1f1a487675384ccdb6ff0a776944e9d380d844b4c5071d6b611885d/nonebot_plugin_plus_one-0.1.9.tar.gz",
    "platform": null,
    "description": "\n<h1 align=\"center\">\ud83d\udc23\ud83d\udc24\u4e00\u4e2a\u4ec5\u670940\u884c\u4ee3\u7801\u7684\u590d\u8bfb\u59ec \u2728</h1>\n<p align=\"center\">\n_\u2728 \u53ea\u662f\u4e00\u4e2a\u590d\u8bfb\u59ec\uff1a\u652f\u6301\u7fa4\u804a\u767d\u540d\u5355\u3001\u6587\u672c\u590d\u8bfb\u3001\u56fe\u7247\u8868\u60c5\u590d\u8bfb\u3001\u751a\u81f3\u662f\u8f6c\u53d1\u548c\u5206\u4eab\u7684\u590d\u8bfb \u2728_\n</p>\n<p align=\"center\">\n  <a href=\"https://raw.githubusercontent.com/cscs181/QQ-Github-Bot/master/LICENSE\">\n    <img src=\"https://img.shields.io/github/license/cscs181/QQ-Github-Bot.svg\" alt=\"license\">\n  </a>\n  <a href=\"https://pypi.python.org/pypi/nonebot-plugin-analysis-bilibili\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-analysis-bilibili.svg\" alt=\"pypi\">\n  </a>\n  <img src=\"https://img.shields.io/badge/python-3.8+-blue.svg\" alt=\"python\">\n</p>\n\n\n## \u5feb\u901f\u5b89\u88c5\n\n\u7b2c\u4e00\u6b65\uff1a\u53f3\u4e0a\u89d2 \u2197 \u70b9\u4e2a\u4e0d\u8981\u94b1\u7684 star \u5427\uff0c\u8fd9\u662f\u4e0d\u65ad\u7ef4\u62a4\u66f4\u65b0\u7684\u52a8\u529b\u3002\n\n### nb-cli\n\n```shell\nnb plugin install nonebot-plugin-plus-one\n```\n### pip\n\n```shell\npip install nonebot-plugin-plus-one\n```\n\n### git\n\n```shell\ncd /your-nonebot-project-home/plugins/\ngit clone https://github.com/yejue/nonebot-plugin-plus-one.git\n```\n\n## \u793a\u4f8b\n```text\n[\u7fa41]: \u4f60\u597d\n[\u7fa41]: \u4f60\u597d\n[\u673a\u5668\u4eba]: \u4f60\u597d\n\n[\u7fa42]: \u8868\u60c5\n[\u7fa42]: \u8868\u60c5\n[\u673a\u5668\u4eba]: \u8868\u60c5\n\n[\u7fa42]: \u5206\u4eab\u97f3\u4e50\n[\u7fa42]: \u5206\u4eab\u97f3\u4e50\n[\u673a\u5668\u4eba]: \u5206\u4eab\u97f3\u4e50\n```\n\n## \u914d\u7f6e\n```text\n# \u5339\u914d\u4f18\u5148\u7ea7\nPLUS_ONE_PRIORITY = 10\n\n# \u7fa4\u804a\u6216\u79c1\u804a\u767d\u540d\u5355\uff0c\u5355\u4e2a\u6216\u591a\u4e2a\u793a\u4f8b\uff0c\u4e0b\u9762\u4efb\u9009\u5176\u4e00\uff0c\u53ef\u586b\u5165\u7fa4 QQ \u53f7\u6216\u4e2a\u4eba QQ \u53f7\nPLUS_ONE_WHITE_LIST = [\"10000000\"]\nPLUS_ONE_WHITE_LIST = [\"10000000\", \"1000000\"]\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\u5168\u65b0\u590d\u8bfb\u59ec\uff0c\u652f\u6301\u6587\u672c\u3001\u56fe\u7247\u3001\u8868\u60c5\u751a\u81f3\u662f\u8f6c\u53d1\u5206\u4eab\u5361\u7247\u590d\u8bfb\uff0c\u4efb\u610f\u7fa4\u804a\u89e6\u53d1 +1\uff0c\u59ec\u5c31 +1\u3002\u8f7b\u5de7\u3001\u4e13\u6ce8\uff0c\u4e0d\u4f7f\u7528\u4efb\u4f55\u6570\u636e\u5e93\uff0c\u4e0d\u4f7f\u7528\u4efb\u4f55\u6587\u4ef6\u5b58\u50a8",
    "version": "0.1.9",
    "project_urls": {
        "homepage": "https://github.com/yejue/nonebot-plugin-plus-one",
        "repository": "https://github.com/yejue/nonebot-plugin-plus-one"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc44d4f141b0650cbfba0f2e9bce38e3d39618d87e9c1dc92e7e654011c2342f",
                "md5": "ada7a402cd9cc4dfb8c3be00a57eac8e",
                "sha256": "8e026db4a7471151a79dff57b497f2004d31eae3c326902ad0378429c686e8d6"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_plus_one-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ada7a402cd9cc4dfb8c3be00a57eac8e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 3857,
            "upload_time": "2024-05-28T14:50:13",
            "upload_time_iso_8601": "2024-05-28T14:50:13.558039Z",
            "url": "https://files.pythonhosted.org/packages/fc/44/d4f141b0650cbfba0f2e9bce38e3d39618d87e9c1dc92e7e654011c2342f/nonebot_plugin_plus_one-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fc34ac9f1f1a487675384ccdb6ff0a776944e9d380d844b4c5071d6b611885d",
                "md5": "9d9604a13d51a49facc6d6e0e8bc5bc7",
                "sha256": "4495695bb29998a77c343e80d54ee73c71e127dac59aefb3862f3cc70fb72962"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_plus_one-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "9d9604a13d51a49facc6d6e0e8bc5bc7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 2929,
            "upload_time": "2024-05-28T14:50:15",
            "upload_time_iso_8601": "2024-05-28T14:50:15.398318Z",
            "url": "https://files.pythonhosted.org/packages/7f/c3/4ac9f1f1a487675384ccdb6ff0a776944e9d380d844b4c5071d6b611885d/nonebot_plugin_plus_one-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-28 14:50:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yejue",
    "github_project": "nonebot-plugin-plus-one",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nonebot-plugin-plus-one"
}
        
Elapsed time: 0.26486s