nonebot-plugin-abs


Namenonebot-plugin-abs JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
Summary插件描述
upload_time2025-08-27 06:15:52
maintainerNone
docs_urlNone
authorfllesser
requires_python>=3.10
licenseNone
keywords
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://raw.githubusercontent.com/fllesser/nonebot-plugin-template/refs/heads/resource/.docs/NoneBotPlugin.svg" width="310" alt="logo"></a>

## ✨ nonebot-plugin-abs ✨

<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/fllesser/nonebot-plugin-abs.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-abs">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-abs.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">
<a href="https://github.com/astral-sh/ruff">
    <img src="https://img.shields.io/badge/code%20style-ruff-black?style=flat-square&logo=ruff" alt="ruff">
</a>
<a href="https://github.com/astral-sh/uv">
    <img src="https://img.shields.io/badge/package%20manager-uv-black?style=flat-square&logo=uv" alt="uv">
</a>
<a href="https://results.pre-commit.ci/latest/github/fllesser/nonebot-plugin-abs/master">
    <img src="https://results.pre-commit.ci/badge/github/fllesser/nonebot-plugin-abs/master.svg" alt="pre-commit" />
</a>
</div>

## 📖 介绍

抽象化消息,将消息中的中文、数字、英文、拼音等转换为对应的emoji

## 💿 安装

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

    nb plugin install nonebot-plugin-abs --upgrade
使用 **pypi** 源安装

    nb plugin install nonebot-plugin-abs --upgrade -i "https://pypi.org/simple"
使用**清华源**安装

    nb plugin install nonebot-plugin-abs --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"


</details>

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

<details open>
<summary>uv</summary>

    uv add nonebot-plugin-abs
安装仓库 master 分支

    uv add git+https://github.com/fllesser/nonebot-plugin-abs@master
</details>

<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-abs
安装仓库 master 分支

    pdm add git+https://github.com/fllesser/nonebot-plugin-abs@master
</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-abs
安装仓库 master 分支

    poetry add git+https://github.com/fllesser/nonebot-plugin-abs@master
</details>

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

    plugins = ["nonebot_plugin_abs"]

</details>

<details>
<summary>使用 nbr 安装(使用 uv 管理依赖可用)</summary>

[nbr](https://github.com/fllesser/nbr) 是一个基于 uv 的 nb-cli,可以方便地管理 nonebot2

    nbr plugin install nonebot-plugin-abs
使用 **pypi** 源安装

    nbr plugin install nonebot-plugin-abs -i "https://pypi.org/simple"
使用**清华源**安装

    nbr plugin install nonebot-plugin-abs -i "https://pypi.tuna.tsinghua.edu.cn/simple"

</details>

## 🎉 使用
### 指令表
|   指令   | 权限  | 需要@ | 范围  |           说明           |
| :------: | :---: | :---: | :---: | :----------------------: |
| abs/抽象 |   -   |  否   |   -   | 抽象化消息, 只是回复消息 |

### 🎨 效果图
懒得截捏

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nonebot-plugin-abs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "fllesser",
    "author_email": "fllesser <fllessive@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f6/34/9bf78bd6bc5fd2314bbc4f990d82d6fd48fa295c1b0e63a3aadd8c0d9ba4/nonebot_plugin_abs-1.0.2.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <a href=\"https://v2.nonebot.dev/store\">\n    <img src=\"https://raw.githubusercontent.com/fllesser/nonebot-plugin-template/refs/heads/resource/.docs/NoneBotPlugin.svg\" width=\"310\" alt=\"logo\"></a>\n\n## \u2728 nonebot-plugin-abs \u2728\n\n<a href=\"./LICENSE\">\n    <img src=\"https://img.shields.io/github/license/fllesser/nonebot-plugin-abs.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-abs\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-abs.svg\" alt=\"pypi\">\n</a>\n<img src=\"https://img.shields.io/badge/python-3.10+-blue.svg\" alt=\"python\">\n<a href=\"https://github.com/astral-sh/ruff\">\n    <img src=\"https://img.shields.io/badge/code%20style-ruff-black?style=flat-square&logo=ruff\" alt=\"ruff\">\n</a>\n<a href=\"https://github.com/astral-sh/uv\">\n    <img src=\"https://img.shields.io/badge/package%20manager-uv-black?style=flat-square&logo=uv\" alt=\"uv\">\n</a>\n<a href=\"https://results.pre-commit.ci/latest/github/fllesser/nonebot-plugin-abs/master\">\n    <img src=\"https://results.pre-commit.ci/badge/github/fllesser/nonebot-plugin-abs/master.svg\" alt=\"pre-commit\" />\n</a>\n</div>\n\n## \ud83d\udcd6 \u4ecb\u7ecd\n\n\u62bd\u8c61\u5316\u6d88\u606f\uff0c\u5c06\u6d88\u606f\u4e2d\u7684\u4e2d\u6587\u3001\u6570\u5b57\u3001\u82f1\u6587\u3001\u62fc\u97f3\u7b49\u8f6c\u6362\u4e3a\u5bf9\u5e94\u7684emoji\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-abs --upgrade\n\u4f7f\u7528 **pypi** \u6e90\u5b89\u88c5\n\n    nb plugin install nonebot-plugin-abs --upgrade -i \"https://pypi.org/simple\"\n\u4f7f\u7528**\u6e05\u534e\u6e90**\u5b89\u88c5\n\n    nb plugin install nonebot-plugin-abs --upgrade -i \"https://pypi.tuna.tsinghua.edu.cn/simple\"\n\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 open>\n<summary>uv</summary>\n\n    uv add nonebot-plugin-abs\n\u5b89\u88c5\u4ed3\u5e93 master \u5206\u652f\n\n    uv add git+https://github.com/fllesser/nonebot-plugin-abs@master\n</details>\n\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-abs\n\u5b89\u88c5\u4ed3\u5e93 master \u5206\u652f\n\n    pdm add git+https://github.com/fllesser/nonebot-plugin-abs@master\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-abs\n\u5b89\u88c5\u4ed3\u5e93 master \u5206\u652f\n\n    poetry add git+https://github.com/fllesser/nonebot-plugin-abs@master\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_abs\"]\n\n</details>\n\n<details>\n<summary>\u4f7f\u7528 nbr \u5b89\u88c5(\u4f7f\u7528 uv \u7ba1\u7406\u4f9d\u8d56\u53ef\u7528)</summary>\n\n[nbr](https://github.com/fllesser/nbr) \u662f\u4e00\u4e2a\u57fa\u4e8e uv \u7684 nb-cli\uff0c\u53ef\u4ee5\u65b9\u4fbf\u5730\u7ba1\u7406 nonebot2\n\n    nbr plugin install nonebot-plugin-abs\n\u4f7f\u7528 **pypi** \u6e90\u5b89\u88c5\n\n    nbr plugin install nonebot-plugin-abs -i \"https://pypi.org/simple\"\n\u4f7f\u7528**\u6e05\u534e\u6e90**\u5b89\u88c5\n\n    nbr plugin install nonebot-plugin-abs -i \"https://pypi.tuna.tsinghua.edu.cn/simple\"\n\n</details>\n\n## \ud83c\udf89 \u4f7f\u7528\n### \u6307\u4ee4\u8868\n|   \u6307\u4ee4   | \u6743\u9650  | \u9700\u8981@ | \u8303\u56f4  |           \u8bf4\u660e           |\n| :------: | :---: | :---: | :---: | :----------------------: |\n| abs/\u62bd\u8c61 |   -   |  \u5426   |   -   | \u62bd\u8c61\u5316\u6d88\u606f, \u53ea\u662f\u56de\u590d\u6d88\u606f |\n\n### \ud83c\udfa8 \u6548\u679c\u56fe\n\u61d2\u5f97\u622a\u634f\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u63d2\u4ef6\u63cf\u8ff0",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/fllesser/nonebot-plugin-abs",
        "Issues": "https://github.com/fllesser/nonebot-plugin-abs/issues",
        "Repository": "https://github.com/fllesser/nonebot-plugin-abs.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c54613ca92d7fd53353b87d176af57c5dc41c71e9b8b34c95354940045b81f09",
                "md5": "b97828208cc16afa45aa2a46c471367e",
                "sha256": "923605306fe661d590a452d1e88575a6d1ac4590eb5265c811419a032451bb17"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_abs-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b97828208cc16afa45aa2a46c471367e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22296,
            "upload_time": "2025-08-27T06:15:51",
            "upload_time_iso_8601": "2025-08-27T06:15:51.277953Z",
            "url": "https://files.pythonhosted.org/packages/c5/46/13ca92d7fd53353b87d176af57c5dc41c71e9b8b34c95354940045b81f09/nonebot_plugin_abs-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6349bf78bd6bc5fd2314bbc4f990d82d6fd48fa295c1b0e63a3aadd8c0d9ba4",
                "md5": "91ef9fa9b2d3ef7dfb22e64702cb5f63",
                "sha256": "c19f747251651c3339ef6008892eb85d963ffcbb236eb4d50b4793111d00d83f"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_abs-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "91ef9fa9b2d3ef7dfb22e64702cb5f63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22580,
            "upload_time": "2025-08-27T06:15:52",
            "upload_time_iso_8601": "2025-08-27T06:15:52.667034Z",
            "url": "https://files.pythonhosted.org/packages/f6/34/9bf78bd6bc5fd2314bbc4f990d82d6fd48fa295c1b0e63a3aadd8c0d9ba4/nonebot_plugin_abs-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-27 06:15:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fllesser",
    "github_project": "nonebot-plugin-abs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-abs"
}
        
Elapsed time: 2.00344s