nonebot-plugin-emojilike


Namenonebot-plugin-emojilike JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
Summarynonebot2 名片赞,表情回应插件
upload_time2025-02-23 10:42:16
maintainerNone
docs_urlNone
authorfllesser
requires_python<4.0,>=3.10
licenseNone
keywords nonebot nonebot2 emoji like
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="./.docs/NoneBotPlugin.svg" width="300" alt="logo"></a>
</div>

<div align="center">

# nonebot-plugin-emojilike

_✨ NoneBot onebotV11 点赞,表情回应插件 ✨_


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

</div>


## 📖 介绍

NoneBot onebotV11 点赞,表情回应插件

## 💿 安装

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

    nb plugin install nonebot-plugin-emojilike --upgrade

</details>

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

<details>
<summary>pip</summary>

    pip install --upgrade nonebot-plugin-emojilike
</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-emojilike
</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-emojilike
</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-emojilike
</details>

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

    plugins = ["nonebot_plugin_emojilike"]

</details>


## 🎉 使用
### 指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|:-----:|:----:|:----:|:----:|:----:|
| 赞我 | 群员 | 否 | 群聊 | 顾名思义 |
| 天天赞我 | 群员 | 否 | 群聊 | 顾名思义 |

## 效果图
<img src=".docs/1.png">
<img src=".docs/2.png">
<img src=".docs/3.png">

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nonebot-plugin-emojilike",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "nonebot, nonebot2, emoji, like",
    "author": "fllesser",
    "author_email": "fllessive@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/dc/1f79cf7469d935bb0e21e984f225b96029e1ec389552dcb7bf9e70b5dd6d/nonebot_plugin_emojilike-0.1.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <a href=\"https://v2.nonebot.dev/store\">\n    <img src=\"./.docs/NoneBotPlugin.svg\" width=\"300\" alt=\"logo\"></a>\n</div>\n\n<div align=\"center\">\n\n# nonebot-plugin-emojilike\n\n_\u2728 NoneBot onebotV11 \u70b9\u8d5e\uff0c\u8868\u60c5\u56de\u5e94\u63d2\u4ef6 \u2728_\n\n\n<a href=\"./LICENSE\">\n    <img src=\"https://img.shields.io/github/license/fllesser/nonebot-plugin-emojilike.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-emojilike\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-emojilike.svg\" alt=\"pypi\">\n</a>\n<img src=\"https://img.shields.io/badge/python-3.9+-blue.svg\" alt=\"python\">\n\n</div>\n\n\n## \ud83d\udcd6 \u4ecb\u7ecd\n\nNoneBot onebotV11 \u70b9\u8d5e\uff0c\u8868\u60c5\u56de\u5e94\u63d2\u4ef6\n\n## \ud83d\udcbf \u5b89\u88c5\n\n<details open>\n<summary>\u4f7f\u7528 nb-cli \u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u6839\u76ee\u5f55\u4e0b\u6253\u5f00\u547d\u4ee4\u884c, \u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\u5373\u53ef\u5b89\u88c5\n\n    nb plugin install nonebot-plugin-emojilike --upgrade\n\n</details>\n\n<details>\n<summary>\u4f7f\u7528\u5305\u7ba1\u7406\u5668\u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u63d2\u4ef6\u76ee\u5f55\u4e0b, \u6253\u5f00\u547d\u4ee4\u884c, \u6839\u636e\u4f60\u4f7f\u7528\u7684\u5305\u7ba1\u7406\u5668, \u8f93\u5165\u76f8\u5e94\u7684\u5b89\u88c5\u547d\u4ee4\n\n<details>\n<summary>pip</summary>\n\n    pip install --upgrade nonebot-plugin-emojilike\n</details>\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-emojilike\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-emojilike\n</details>\n<details>\n<summary>conda</summary>\n\n    conda install nonebot-plugin-emojilike\n</details>\n\n\u6253\u5f00 nonebot2 \u9879\u76ee\u6839\u76ee\u5f55\u4e0b\u7684 `pyproject.toml` \u6587\u4ef6, \u5728 `[tool.nonebot]` \u90e8\u5206\u8ffd\u52a0\u5199\u5165\n\n    plugins = [\"nonebot_plugin_emojilike\"]\n\n</details>\n\n\n## \ud83c\udf89 \u4f7f\u7528\n### \u6307\u4ee4\u8868\n| \u6307\u4ee4 | \u6743\u9650 | \u9700\u8981@ | \u8303\u56f4 | \u8bf4\u660e |\n|:-----:|:----:|:----:|:----:|:----:|\n| \u8d5e\u6211 | \u7fa4\u5458 | \u5426 | \u7fa4\u804a | \u987e\u540d\u601d\u4e49 |\n| \u5929\u5929\u8d5e\u6211 | \u7fa4\u5458 | \u5426 | \u7fa4\u804a | \u987e\u540d\u601d\u4e49 |\n\n## \u6548\u679c\u56fe\n<img src=\".docs/1.png\">\n<img src=\".docs/2.png\">\n<img src=\".docs/3.png\">\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "nonebot2 \u540d\u7247\u8d5e\uff0c\u8868\u60c5\u56de\u5e94\u63d2\u4ef6",
    "version": "0.1.1",
    "project_urls": {
        "Repository": "https://github.com/fllesser/nonebot-plugin-emojilike"
    },
    "split_keywords": [
        "nonebot",
        " nonebot2",
        " emoji",
        " like"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6edc789aa78211da9eb3ce159450f47c5173b278fa5fead275236273c496d1ae",
                "md5": "3ef0f5eac8c2de3ff9badca66e38f1f7",
                "sha256": "be10a33d7216c9f6632d2e35436eb1eaa6a273674f9ba134947a44e8b3952180"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_emojilike-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ef0f5eac8c2de3ff9badca66e38f1f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4854,
            "upload_time": "2025-02-23T10:42:14",
            "upload_time_iso_8601": "2025-02-23T10:42:14.614580Z",
            "url": "https://files.pythonhosted.org/packages/6e/dc/789aa78211da9eb3ce159450f47c5173b278fa5fead275236273c496d1ae/nonebot_plugin_emojilike-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9dc1f79cf7469d935bb0e21e984f225b96029e1ec389552dcb7bf9e70b5dd6d",
                "md5": "ecc3859e3a804341a02d46c21bc3b0a7",
                "sha256": "d5fd882f68d45dacbebae9aa6563e9fffb5aa046ccc0cd0b7b061b755cd7f14f"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_emojilike-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ecc3859e3a804341a02d46c21bc3b0a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4020,
            "upload_time": "2025-02-23T10:42:16",
            "upload_time_iso_8601": "2025-02-23T10:42:16.547143Z",
            "url": "https://files.pythonhosted.org/packages/b9/dc/1f79cf7469d935bb0e21e984f225b96029e1ec389552dcb7bf9e70b5dd6d/nonebot_plugin_emojilike-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 10:42:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fllesser",
    "github_project": "nonebot-plugin-emojilike",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-emojilike"
}
        
Elapsed time: 0.44873s