<p align="center">
<a href="https://v2.nonebot.dev/store">
<img src="https://user-images.githubusercontent.com/44545625/209862575-acdc9feb-3c76-471d-ad89-cc78927e5875.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
</p>
<div align="center">
# nonebot_plugin_wantwords
Use [WantWords](https://wantwords.net) as a plugin of [NoneBot](https://github.com/nonebot/nonebot2)
WantWords,但是Nonebot插件
</div>
<p align="center">
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license">
</a>
<a href="https://v2.nonebot.dev/">
<img src="https://img.shields.io/static/v1?label=nonebot&message=v2rc1%2B&color=green" alt="nonebot2">
</a>
<img src="https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue" alt="python">
</p>
## 下载
#### 法一:[pip](https://pypi.org/project/nonebot_plugin_wantwords/)
``` bash
pip install nonebot_plugin_wantwords
```
``` python
# NoneBot项目中
nonebot.load_plugin('nonebot_plugin_wantwords')
```
#### 法二:nb-cli「推荐」
``` bash
nb plugin install nonebot_plugin_wantwords
```
## 配置
```bash
# .env或.env.*
wantwords_max_results=10 # 最大输出结果数,为[1,100]整数,默认为10。
```
## 更新日志
- v0.1.0 🎉
## TODO
- 增加筛选功能
- ~~对标官网用户体验~~
## 特别感谢
- [Mrs4s / go-cqhttp](https://github.com/Mrs4s/go-cqhttp)
- [nonebot / nonebot2](https://github.com/nonebot/nonebot2)
- [WantWords](https://wantwords.net)
**欢迎Contribution。因为大多数时间在校,所以各方面均迟缓,见谅。**
**侵权请联系删除**
Raw data
{
"_id": null,
"home_page": "https://github.com/limnium/nonebot_plugin_wantwords",
"name": "nonebot-plugin-wantwords",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "nonebot2,nonebot,nonebot_plugin",
"author": "limnium",
"author_email": "limnium@yeah.com",
"download_url": "https://files.pythonhosted.org/packages/24/e5/81a2bb37b7707030c87855b0c6c7b93d8078adabdc14839ae2c83156ff34/nonebot_plugin_wantwords-0.1.0.tar.gz",
"platform": "any",
"description": "<p align=\"center\">\n <a href=\"https://v2.nonebot.dev/store\">\n <img src=\"https://user-images.githubusercontent.com/44545625/209862575-acdc9feb-3c76-471d-ad89-cc78927e5875.png\" width=\"180\" height=\"180\" alt=\"NoneBotPluginLogo\"></a>\n</p>\n<div align=\"center\">\n\n# nonebot_plugin_wantwords\n\nUse [WantWords](https://wantwords.net) as a plugin of [NoneBot](https://github.com/nonebot/nonebot2)\n\nWantWords\uff0c\u4f46\u662fNonebot\u63d2\u4ef6\n\n</div>\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/MIT\">\n <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"license\">\n </a>\n <a href=\"https://v2.nonebot.dev/\">\n <img src=\"https://img.shields.io/static/v1?label=nonebot&message=v2rc1%2B&color=green\" alt=\"nonebot2\">\n </a>\n <img src=\"https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue\" alt=\"python\">\n</p>\n\n## \u4e0b\u8f7d\n\n#### \u6cd5\u4e00\uff1a[pip](https://pypi.org/project/nonebot_plugin_wantwords/)\n\n``` bash\npip install nonebot_plugin_wantwords\n```\n\n``` python\n# NoneBot\u9879\u76ee\u4e2d\nnonebot.load_plugin('nonebot_plugin_wantwords')\n```\n\n#### \u6cd5\u4e8c\uff1anb-cli\u300c\u63a8\u8350\u300d\n``` bash\nnb plugin install nonebot_plugin_wantwords\n```\n\n## \u914d\u7f6e\n\n```bash\n# .env\u6216.env.*\nwantwords_max_results=10 # \u6700\u5927\u8f93\u51fa\u7ed3\u679c\u6570\uff0c\u4e3a[1,100]\u6574\u6570\uff0c\u9ed8\u8ba4\u4e3a10\u3002\n```\n\n## \u66f4\u65b0\u65e5\u5fd7\n- v0.1.0 \ud83c\udf89\n\n## TODO\n- \u589e\u52a0\u7b5b\u9009\u529f\u80fd\n- ~~\u5bf9\u6807\u5b98\u7f51\u7528\u6237\u4f53\u9a8c~~\n\n## \u7279\u522b\u611f\u8c22\n\n- [Mrs4s / go-cqhttp](https://github.com/Mrs4s/go-cqhttp)\n- [nonebot / nonebot2](https://github.com/nonebot/nonebot2)\n- [WantWords](https://wantwords.net)\n\n**\u6b22\u8fceContribution\u3002\u56e0\u4e3a\u5927\u591a\u6570\u65f6\u95f4\u5728\u6821\uff0c\u6240\u4ee5\u5404\u65b9\u9762\u5747\u8fdf\u7f13\uff0c\u89c1\u8c05\u3002**\n\n**\u4fb5\u6743\u8bf7\u8054\u7cfb\u5220\u9664**\n",
"bugtrack_url": null,
"license": "",
"summary": "use wantwords as a plugin of nonebot",
"version": "0.1.0",
"split_keywords": [
"nonebot2",
"nonebot",
"nonebot_plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c0f06bf71267fa12aa8fb586cabdad408b6aa6819f1a8ecae50c47df62d11e08",
"md5": "4f4b2a26926fbfaf76667442d7de9276",
"sha256": "b4fc3c7131349c1e2a97b9cc8cf6a24e1044dadb1eccf739ccaa01f36454ad34"
},
"downloads": -1,
"filename": "nonebot_plugin_wantwords-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f4b2a26926fbfaf76667442d7de9276",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4845,
"upload_time": "2023-01-22T04:55:16",
"upload_time_iso_8601": "2023-01-22T04:55:16.216491Z",
"url": "https://files.pythonhosted.org/packages/c0/f0/6bf71267fa12aa8fb586cabdad408b6aa6819f1a8ecae50c47df62d11e08/nonebot_plugin_wantwords-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24e581a2bb37b7707030c87855b0c6c7b93d8078adabdc14839ae2c83156ff34",
"md5": "f4074ace1ce22414d76be216bb0b7184",
"sha256": "57400fabbd1197256103d780a2ccd7b2894f5f700ceb2989613d03a80f983970"
},
"downloads": -1,
"filename": "nonebot_plugin_wantwords-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f4074ace1ce22414d76be216bb0b7184",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4005,
"upload_time": "2023-01-22T04:55:17",
"upload_time_iso_8601": "2023-01-22T04:55:17.830534Z",
"url": "https://files.pythonhosted.org/packages/24/e5/81a2bb37b7707030c87855b0c6c7b93d8078adabdc14839ae2c83156ff34/nonebot_plugin_wantwords-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-22 04:55:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "limnium",
"github_project": "nonebot_plugin_wantwords",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nonebot-plugin-wantwords"
}