nonebot-plugin-deer-pipe


Namenonebot-plugin-deer-pipe JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryA deer-pipe attendance plugin for nonebot2
upload_time2024-12-04 16:50:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseAGPL-3.0-or-later
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/SamuNatsu/nonebot-plugin-deer-pipe/main/assets/deerpipe.jpg" width="220" height="180" alt="Logo"></a>
</div>

<div align="center">

# nonebot-plugin-deer-pipe

_✨ 每月🦌管签到 ✨_

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

</div>

## 📖 介绍

一个🦌管签到小插件

## 💿 安装

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

    nb plugin install nonebot-plugin-deer-pipe

</details>

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

    pip install nonebot-plugin-deer-pipe

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

    pdm add nonebot-plugin-deer-pipe

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

    poetry add nonebot-plugin-deer-pipe

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

    conda install nonebot-plugin-deer-pipe

</details>

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

    plugins = ["nonebot_plugin_deer_pipe"]

</details>

## ⚙️ 配置

该插件使用了 `nonebot-plugin-localstore` 来决定用户数据的存放位置,你可能需要对其进行配置

## 🎉 使用
### 指令表

发送 `🦌帮助` 或 `鹿帮助` 以获取使用帮助

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nonebot-plugin-deer-pipe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "SNRainiar <rainiar@foxmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d7/46/18efe2a037671884c411bc24ebcf3726bf7c5e244abf7baa64cafefc7bca/nonebot_plugin_deer_pipe-0.4.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <a href=\"https://v2.nonebot.dev/store\"><img src=\"https://raw.githubusercontent.com/SamuNatsu/nonebot-plugin-deer-pipe/main/assets/deerpipe.jpg\" width=\"220\" height=\"180\" alt=\"Logo\"></a>\n</div>\n\n<div align=\"center\">\n\n# nonebot-plugin-deer-pipe\n\n_\u2728 \u6bcf\u6708\ud83e\udd8c\u7ba1\u7b7e\u5230 \u2728_\n\n<a href=\"./LICENSE\"><img src=\"https://img.shields.io/github/license/SamuNatsu/nonebot-plugin-deer-pipe.svg\" alt=\"license\"></a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-deer-pipe\"><img src=\"https://img.shields.io/pypi/v/nonebot-plugin-deer-pipe.svg\" alt=\"pypi\"></a>\n<img src=\"https://img.shields.io/badge/python-3.10+-blue.svg\" alt=\"python\">\n\n</div>\n\n## \ud83d\udcd6 \u4ecb\u7ecd\n\n\u4e00\u4e2a\ud83e\udd8c\u7ba1\u7b7e\u5230\u5c0f\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-deer-pipe\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<details>\n<summary>pip</summary>\n\n    pip install nonebot-plugin-deer-pipe\n\n</details>\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-deer-pipe\n\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-deer-pipe\n\n</details>\n<details>\n<summary>conda</summary>\n\n    conda install nonebot-plugin-deer-pipe\n\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_deer_pipe\"]\n\n</details>\n\n## \u2699\ufe0f \u914d\u7f6e\n\n\u8be5\u63d2\u4ef6\u4f7f\u7528\u4e86 `nonebot-plugin-localstore` \u6765\u51b3\u5b9a\u7528\u6237\u6570\u636e\u7684\u5b58\u653e\u4f4d\u7f6e\uff0c\u4f60\u53ef\u80fd\u9700\u8981\u5bf9\u5176\u8fdb\u884c\u914d\u7f6e\n\n## \ud83c\udf89 \u4f7f\u7528\n### \u6307\u4ee4\u8868\n\n\u53d1\u9001 `\ud83e\udd8c\u5e2e\u52a9` \u6216 `\u9e7f\u5e2e\u52a9` \u4ee5\u83b7\u53d6\u4f7f\u7528\u5e2e\u52a9\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "A deer-pipe attendance plugin for nonebot2",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/SamuNatsu/nonebot-plugin-deer-pipe",
        "Issues": "https://github.com/SamuNatsu/nonebot-plugin-deer-pipe/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7a626e7ea4957ab7f5a92cf7a941d61412442f6ba2ba70d1d61eba9cdd0d87d",
                "md5": "edf543438f50c7c5b927cd29727d065a",
                "sha256": "a852026a0a41e5a1959e0fc1255e734acda993b2d00e4cbb38c868258a399608"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_deer_pipe-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "edf543438f50c7c5b927cd29727d065a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5462246,
            "upload_time": "2024-12-04T16:50:55",
            "upload_time_iso_8601": "2024-12-04T16:50:55.893153Z",
            "url": "https://files.pythonhosted.org/packages/a7/a6/26e7ea4957ab7f5a92cf7a941d61412442f6ba2ba70d1d61eba9cdd0d87d/nonebot_plugin_deer_pipe-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d74618efe2a037671884c411bc24ebcf3726bf7c5e244abf7baa64cafefc7bca",
                "md5": "d957ba34502eecfb7ebde55bc3a1399b",
                "sha256": "7490a595c2d50a11a719fc50f9d68bc49d8cc07acef86fc34814a03f655d7ec2"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_deer_pipe-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d957ba34502eecfb7ebde55bc3a1399b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5587597,
            "upload_time": "2024-12-04T16:50:58",
            "upload_time_iso_8601": "2024-12-04T16:50:58.379244Z",
            "url": "https://files.pythonhosted.org/packages/d7/46/18efe2a037671884c411bc24ebcf3726bf7c5e244abf7baa64cafefc7bca/nonebot_plugin_deer_pipe-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 16:50:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SamuNatsu",
    "github_project": "nonebot-plugin-deer-pipe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-deer-pipe"
}
        
Elapsed time: 0.48035s