nonebot-plugin-csgomarket


Namenonebot-plugin-csgomarket JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/Florenz0707/nonebot-plugin-csmarket.git
Summary可以查询 Counter Strike 2 市场信息,包括大盘数据、饰品信息与各类排行榜。
upload_time2024-12-08 14:02:14
maintainerNone
docs_urlNone
authorflorenz
requires_python<4.0,>=3.9
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://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot-plugin-csmarket

_✨ CS饰品查询插件 ✨_


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

</div>

## 📖 介绍

适用于NoneBot, OneBot v11的插件,可以查询 Counter Strike 2 市场信息,包括大盘数据、饰品信息与各类排行榜。  

## 💿 安装

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

    nb plugin install nonebot-plugin-csmarket

</details>

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

<details>
<summary>pip</summary>

    pip install nonebot-plugin-csmarket
</details>
<details>
<summary>pdm</summary>

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

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

    conda install nonebot-plugin-csmarket
</details>

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

    plugins = ["nonebot_plugin_csmarket"]

</details>

## ⚙️ 配置

无

## 🎉 使用
### 指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|:-----:|:----:|:----:|:----:|:----:|
| cs.help | 群员 | 否 | 群聊 | 输出帮助信息 |
| cs.search | 群员 | 否 | 群聊 | 查询指定饰品 |
| cs.rank | 群员 | 否 | 群聊 | 查询饰品排行榜 |
| cs.market | 群员 | 否 | 群聊 | 查询市场大盘 |
### 效果图
无
## 其他  
本项目由 [P-trd](https://github.com/7dul2/P-trd)  移植而来
该插件的主要编写者是 **Zaxpris**, Florenz0707只是小修小补,膜拜大佬。  
数据来源:cs-ob.com  
**Version**: 0.1.0

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Florenz0707/nonebot-plugin-csmarket.git",
    "name": "nonebot-plugin-csgomarket",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "florenz",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ad/e1/dd2b4dc2458d07db7c18bf657ee0d598dacb5cdcc22f7073fae9a722fe19/nonebot_plugin_csgomarket-0.1.5.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <a href=\"https://v2.nonebot.dev/store\"><img src=\"https://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png\" width=\"180\" height=\"180\" alt=\"NoneBotPluginLogo\"></a>\n  <br>\n  <p><img src=\"https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg\" width=\"240\" alt=\"NoneBotPluginText\"></p>\n</div>\n\n<div align=\"center\">\n\n# nonebot-plugin-csmarket\n\n_\u2728 CS\u9970\u54c1\u67e5\u8be2\u63d2\u4ef6 \u2728_\n\n\n<a href=\"./LICENSE\">\n    <img src=\"https://img.shields.io/github/license/Florenz0707/nonebot-plugin-csmarket.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-csmarket\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-csmarket.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## \ud83d\udcd6 \u4ecb\u7ecd\n\n\u9002\u7528\u4e8eNoneBot, OneBot v11\u7684\u63d2\u4ef6\uff0c\u53ef\u4ee5\u67e5\u8be2 Counter Strike 2 \u5e02\u573a\u4fe1\u606f\uff0c\u5305\u62ec\u5927\u76d8\u6570\u636e\u3001\u9970\u54c1\u4fe1\u606f\u4e0e\u5404\u7c7b\u6392\u884c\u699c\u3002  \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-csmarket\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 nonebot-plugin-csmarket\n</details>\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-csmarket\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-csmarket\n</details>\n<details>\n<summary>conda</summary>\n\n    conda install nonebot-plugin-csmarket\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_csmarket\"]\n\n</details>\n\n## \u2699\ufe0f \u914d\u7f6e\n\n\u65e0\n\n## \ud83c\udf89 \u4f7f\u7528\n### \u6307\u4ee4\u8868\n| \u6307\u4ee4 | \u6743\u9650 | \u9700\u8981@ | \u8303\u56f4 | \u8bf4\u660e |\n|:-----:|:----:|:----:|:----:|:----:|\n| cs.help | \u7fa4\u5458 | \u5426 | \u7fa4\u804a | \u8f93\u51fa\u5e2e\u52a9\u4fe1\u606f |\n| cs.search | \u7fa4\u5458 | \u5426 | \u7fa4\u804a | \u67e5\u8be2\u6307\u5b9a\u9970\u54c1 |\n| cs.rank | \u7fa4\u5458 | \u5426 | \u7fa4\u804a | \u67e5\u8be2\u9970\u54c1\u6392\u884c\u699c |\n| cs.market | \u7fa4\u5458 | \u5426 | \u7fa4\u804a | \u67e5\u8be2\u5e02\u573a\u5927\u76d8 |\n### \u6548\u679c\u56fe\n\u65e0\n## \u5176\u4ed6  \n\u672c\u9879\u76ee\u7531 [P-trd](https://github.com/7dul2/P-trd)  \u79fb\u690d\u800c\u6765\n\u8be5\u63d2\u4ef6\u7684\u4e3b\u8981\u7f16\u5199\u8005\u662f **Zaxpris**, Florenz0707\u53ea\u662f\u5c0f\u4fee\u5c0f\u8865\uff0c\u819c\u62dc\u5927\u4f6c\u3002  \n\u6570\u636e\u6765\u6e90\uff1acs-ob.com  \n**Version**: 0.1.0\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u53ef\u4ee5\u67e5\u8be2 Counter Strike 2 \u5e02\u573a\u4fe1\u606f\uff0c\u5305\u62ec\u5927\u76d8\u6570\u636e\u3001\u9970\u54c1\u4fe1\u606f\u4e0e\u5404\u7c7b\u6392\u884c\u699c\u3002",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/Florenz0707/nonebot-plugin-csmarket.git",
        "Repository": "https://github.com/Florenz0707/nonebot-plugin-csmarket.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45c896dfb91cf5424b959ec50664288fc6e952ec4e651fc48cf5ee1fb52628d6",
                "md5": "2e86431ff805a65155c1b72b31f8af90",
                "sha256": "f12b6cb08c934e5e9b1b51946882d3696d95a37be3f2a3a1b37c52feddbc75b5"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_csgomarket-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e86431ff805a65155c1b72b31f8af90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 1394577,
            "upload_time": "2024-12-08T14:02:12",
            "upload_time_iso_8601": "2024-12-08T14:02:12.004179Z",
            "url": "https://files.pythonhosted.org/packages/45/c8/96dfb91cf5424b959ec50664288fc6e952ec4e651fc48cf5ee1fb52628d6/nonebot_plugin_csgomarket-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ade1dd2b4dc2458d07db7c18bf657ee0d598dacb5cdcc22f7073fae9a722fe19",
                "md5": "43341c5884fc810c643cfde5a7a9e51f",
                "sha256": "66946237d289808b293818af25e5448fa8dedd062b89dbc2e3e081a6bf9e02d3"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_csgomarket-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "43341c5884fc810c643cfde5a7a9e51f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 1323638,
            "upload_time": "2024-12-08T14:02:14",
            "upload_time_iso_8601": "2024-12-08T14:02:14.731207Z",
            "url": "https://files.pythonhosted.org/packages/ad/e1/dd2b4dc2458d07db7c18bf657ee0d598dacb5cdcc22f7073fae9a722fe19/nonebot_plugin_csgomarket-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 14:02:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Florenz0707",
    "github_project": "nonebot-plugin-csmarket",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nonebot-plugin-csgomarket"
}
        
Elapsed time: 3.36217s