nonebot-plugin-finallines


Namenonebot-plugin-finallines JSON
Version 0.1.1.post2 PyPI version JSON
download
home_pagehttps://github.com/Perseus037/nonebot_plugin_finallines/
SummaryA NoneBot plugin for random final lines.
upload_time2024-01-14 10:05:18
maintainer
docs_urlNone
author
requires_python<4.0,>=3.8
licenseMIT
keywords nonebot nonebot2 bot qq final lines
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center"> 
  
  <img src="https://github.com/Perseus037/data/blob/master/king%20power.png?raw=true" alt="我的王之力啊!" width="280" height="280">

# nonebot-plugin-finallines


_✨一个发送劲道的最终台词的nonebot2插件✨_

<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
<a href="https://pdm.fming.dev">
  <img src="https://img.shields.io/badge/pdm-managed-blueviolet" alt="pdm-managed">
</a>
<!-- <a href="https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb">
  <img src="https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb.svg" alt="wakatime">
</a> -->

<br />

<a href="./LICENSE">
  <img src="https://img.shields.io/github/license/lgc-NB2Dev/nonebot-plugin-uma.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-finallines">
  <img src="https://img.shields.io/pypi/v/nonebot-plugin-finallines.svg" alt="pypi">
</a>
<a href="https://pypi.org/project/nonebot-plugin-finallines/">
  <img src="https://img.shields.io/pypi/dm/nonebot-plugin-finallines.svg" alt="pypi download">
</a>


</div>

## 💬 前言

我的王之力啊!!!

## 📖 介绍

一个简单有趣的的nonebot2插件,输入指令后会回复一句劲道的最终台词,大部分出自或致敬游戏,动漫,小说的知名作品,小部分是自己编着玩的。

前置插件:nonebot_plugin_userinfo,使用前请确认这两个插件已经正确安装并成功加载。

使用nonebot_plugin_userinfo实现多适配器支持,支持的适配器:~onebot.v11, ~onebot.v12, ~QQ Guild,  WeChat, ~Kaiheila, Telegram, Feishu, Red

灵感来源:https://cn.shindanmaker.com/1191352 

玩的开心w

## 💿 安装

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

```bash
nb plugin install nonebot-plugin-finallines
```
-->

</details>

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

<details open>
<summary>pip</summary>

```bash
pip install nonebot-plugin-finallines
```

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

```bash
pdm add nonebot-plugin-finallines
```

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

```bash
poetry add nonebot-plugin-finallines
```

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

```bash
conda install nonebot-plugin-longtu
```

</details>

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

```toml
[tool.nonebot]
plugins = [
    # ...
    "nonebot_plugin_finallines"
]
```

</details>

## ⚙️ 配置

暂无

## 🎉 使用

现有指令列表:

最终台词:向发送指令的人回应一句属于你的最终台词


## 📞 制作者

### 黑纸折扇 [Perseus037] (https://github.com/Perseus037)

- QQ: 1209228678

## 🙏 感谢

-  [linky233] 的idea
-  [student_2333](https://github.com/lgc2333) 的无私帮助
-  [nonebot-plugin-send-anything-anywhere](https://github.com/MountainDash/nonebot-plugin-send-anything-anywhere) 处理不同 adapter 消息的适配和发送
-  [nonebot-plugin-userinfo](https://github.com/noneplugin/nonebot-plugin-userinfo) 实现不同 adpter 获取用户信息

## 📝 更新日志
### 0.1.0.post2

- 实现多适配器支持

### 0.1.0.post1

- 增加了50余条台词加入语料库

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Perseus037/nonebot_plugin_finallines/",
    "name": "nonebot-plugin-finallines",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": "",
    "keywords": "nonebot nonebot2 bot qq final lines",
    "author": "",
    "author_email": "Perseus037 <1209228678@qq.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/c1/9869fb337806f8eb99b05f21015940016e9fdc5003bdf205830e1ebf290d/nonebot_plugin_finallines-0.1.1.post2.tar.gz",
    "platform": null,
    "description": "<div align=\"center\"> \n  \n  <img src=\"https://github.com/Perseus037/data/blob/master/king%20power.png?raw=true\" alt=\"\u6211\u7684\u738b\u4e4b\u529b\u554a\uff01\" width=\"280\" height=\"280\">\n\n# nonebot-plugin-finallines\n\n\n_\u2728\u4e00\u4e2a\u53d1\u9001\u52b2\u9053\u7684\u6700\u7ec8\u53f0\u8bcd\u7684nonebot2\u63d2\u4ef6\u2728_\n\n<img src=\"https://img.shields.io/badge/python-3.8+-blue.svg\" alt=\"python\">\n<a href=\"https://pdm.fming.dev\">\n  <img src=\"https://img.shields.io/badge/pdm-managed-blueviolet\" alt=\"pdm-managed\">\n</a>\n<!-- <a href=\"https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb\">\n  <img src=\"https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb.svg\" alt=\"wakatime\">\n</a> -->\n\n<br />\n\n<a href=\"./LICENSE\">\n  <img src=\"https://img.shields.io/github/license/lgc-NB2Dev/nonebot-plugin-uma.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-finallines\">\n  <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-finallines.svg\" alt=\"pypi\">\n</a>\n<a href=\"https://pypi.org/project/nonebot-plugin-finallines/\">\n  <img src=\"https://img.shields.io/pypi/dm/nonebot-plugin-finallines.svg\" alt=\"pypi download\">\n</a>\n\n\n</div>\n\n## \ud83d\udcac \u524d\u8a00\n\n\u6211\u7684\u738b\u4e4b\u529b\u554a\uff01\uff01\uff01\n\n## \ud83d\udcd6 \u4ecb\u7ecd\n\n\u4e00\u4e2a\u7b80\u5355\u6709\u8da3\u7684\u7684nonebot2\u63d2\u4ef6\uff0c\u8f93\u5165\u6307\u4ee4\u540e\u4f1a\u56de\u590d\u4e00\u53e5\u52b2\u9053\u7684\u6700\u7ec8\u53f0\u8bcd\uff0c\u5927\u90e8\u5206\u51fa\u81ea\u6216\u81f4\u656c\u6e38\u620f\uff0c\u52a8\u6f2b\uff0c\u5c0f\u8bf4\u7684\u77e5\u540d\u4f5c\u54c1\uff0c\u5c0f\u90e8\u5206\u662f\u81ea\u5df1\u7f16\u7740\u73a9\u7684\u3002\n\n\u524d\u7f6e\u63d2\u4ef6\uff1anonebot_plugin_userinfo,\u4f7f\u7528\u524d\u8bf7\u786e\u8ba4\u8fd9\u4e24\u4e2a\u63d2\u4ef6\u5df2\u7ecf\u6b63\u786e\u5b89\u88c5\u5e76\u6210\u529f\u52a0\u8f7d\u3002\n\n\u4f7f\u7528nonebot_plugin_userinfo\u5b9e\u73b0\u591a\u9002\u914d\u5668\u652f\u6301\uff0c\u652f\u6301\u7684\u9002\u914d\u5668\uff1a~onebot.v11, ~onebot.v12, ~QQ Guild,  WeChat, ~Kaiheila, Telegram, Feishu, Red\n\n\u7075\u611f\u6765\u6e90\uff1ahttps://cn.shindanmaker.com/1191352 \n\n\u73a9\u7684\u5f00\u5fc3w\n\n## \ud83d\udcbf \u5b89\u88c5\n\n<!--\n<details open>\n<summary>[\u63a8\u8350] \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```bash\nnb plugin install nonebot-plugin-finallines\n```\n-->\n\n</details>\n\n<details open>\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>pip</summary>\n\n```bash\npip install nonebot-plugin-finallines\n```\n\n</details>\n<details>\n<summary>pdm</summary>\n\n```bash\npdm add nonebot-plugin-finallines\n```\n\n</details>\n<details>\n<summary>poetry</summary>\n\n```bash\npoetry add nonebot-plugin-finallines\n```\n\n</details>\n<details>\n<summary>conda</summary>\n\n```bash\nconda install nonebot-plugin-longtu\n```\n\n</details>\n\n\u6253\u5f00 nonebot2 \u9879\u76ee\u6839\u76ee\u5f55\u4e0b\u7684 `pyproject.toml` \u6587\u4ef6, \u5728 `[tool.nonebot]` \u90e8\u5206\u7684 `plugins` \u9879\u91cc\u8ffd\u52a0\u5199\u5165\n\n```toml\n[tool.nonebot]\nplugins = [\n    # ...\n    \"nonebot_plugin_finallines\"\n]\n```\n\n</details>\n\n## \u2699\ufe0f \u914d\u7f6e\n\n\u6682\u65e0\n\n## \ud83c\udf89 \u4f7f\u7528\n\n\u73b0\u6709\u6307\u4ee4\u5217\u8868\uff1a\n\n\u6700\u7ec8\u53f0\u8bcd\uff1a\u5411\u53d1\u9001\u6307\u4ee4\u7684\u4eba\u56de\u5e94\u4e00\u53e5\u5c5e\u4e8e\u4f60\u7684\u6700\u7ec8\u53f0\u8bcd\n\n\n## \ud83d\udcde \u5236\u4f5c\u8005\n\n### \u9ed1\u7eb8\u6298\u6247 [Perseus037] (https://github.com/Perseus037)\n\n- QQ: 1209228678\n\n## \ud83d\ude4f \u611f\u8c22\n\n-  [linky233] \u7684idea\n-  [student_2333](https://github.com/lgc2333) \u7684\u65e0\u79c1\u5e2e\u52a9\n-  [nonebot-plugin-send-anything-anywhere](https://github.com/MountainDash/nonebot-plugin-send-anything-anywhere) \u5904\u7406\u4e0d\u540c adapter \u6d88\u606f\u7684\u9002\u914d\u548c\u53d1\u9001\n-  [nonebot-plugin-userinfo](https://github.com/noneplugin/nonebot-plugin-userinfo) \u5b9e\u73b0\u4e0d\u540c adpter \u83b7\u53d6\u7528\u6237\u4fe1\u606f\n\n## \ud83d\udcdd \u66f4\u65b0\u65e5\u5fd7\n### 0.1.0.post2\n\n- \u5b9e\u73b0\u591a\u9002\u914d\u5668\u652f\u6301\n\n### 0.1.0.post1\n\n- \u589e\u52a0\u4e8650\u4f59\u6761\u53f0\u8bcd\u52a0\u5165\u8bed\u6599\u5e93\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A NoneBot plugin for random final lines.",
    "version": "0.1.1.post2",
    "project_urls": {
        "Homepage": "https://github.com/Perseus037/nonebot_plugin_finallines/"
    },
    "split_keywords": [
        "nonebot",
        "nonebot2",
        "bot",
        "qq",
        "final",
        "lines"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c332646228105853cfdb5e34617737b7b8e0594c1ee5d849fd3e89028c4965c",
                "md5": "42876419c2a3cc2fa7530833881353f6",
                "sha256": "14517234e507857852678d69624a3c9b2ce51c7d265c60dc540336e6f6492432"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_finallines-0.1.1.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42876419c2a3cc2fa7530833881353f6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 20186,
            "upload_time": "2024-01-14T10:05:17",
            "upload_time_iso_8601": "2024-01-14T10:05:17.058659Z",
            "url": "https://files.pythonhosted.org/packages/1c/33/2646228105853cfdb5e34617737b7b8e0594c1ee5d849fd3e89028c4965c/nonebot_plugin_finallines-0.1.1.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32c19869fb337806f8eb99b05f21015940016e9fdc5003bdf205830e1ebf290d",
                "md5": "a84fccf5c45d79b19aa1980e4d2721b3",
                "sha256": "17c2a4c62fb4c4045f3f348167eebc102735859739d2e7dedfd28de4f314ea80"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_finallines-0.1.1.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "a84fccf5c45d79b19aa1980e4d2721b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 20096,
            "upload_time": "2024-01-14T10:05:18",
            "upload_time_iso_8601": "2024-01-14T10:05:18.939110Z",
            "url": "https://files.pythonhosted.org/packages/32/c1/9869fb337806f8eb99b05f21015940016e9fdc5003bdf205830e1ebf290d/nonebot_plugin_finallines-0.1.1.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-14 10:05:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Perseus037",
    "github_project": "nonebot_plugin_finallines",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-finallines"
}
        
Elapsed time: 0.16071s