📖 介绍
基于 Binance Public API 的 NoneBot 加密货币行情插件,支持实时行情和交易对列表查询。
插件仅使用 /crypto 作为行情查询命令。
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-crypto --upgrade
使用 pypi 源安装
nb plugin install nonebot-plugin-crypto --upgrade -i "https://pypi.org/simple"
使用清华源安装
nb plugin install nonebot-plugin-crypto --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令uv
uv add nonebot-plugin-crypto
安装仓库 master 分支
uv add git+https://github.com/ByteColtX/nonebot-plugin-crypto@master
pdm
pdm add nonebot-plugin-crypto
安装仓库 master 分支
pdm add git+https://github.com/ByteColtX/nonebot-plugin-crypto@master
poetry
poetry add nonebot-plugin-crypto
安装仓库 master 分支
poetry add git+https://github.com/ByteColtX/nonebot-plugin-crypto@master
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_crypto"]
使用 nbr 安装(使用 uv 管理依赖可用)
nbr 是一个基于 uv 的 nb-cli,可以方便地管理 nonebot2
nbr plugin install nonebot-plugin-crypto
使用 pypi 源安装
nbr plugin install nonebot-plugin-crypto -i "https://pypi.org/simple"
使用清华源安装
nbr plugin install nonebot-plugin-crypto -i "https://pypi.tuna.tsinghua.edu.cn/simple"
⚙️ 配置
本插件使用 Binance Public API,无需配置 API Key、Secret 或 Access Token。请勿将个人 配置、代理信息或其他敏感信息提交到代码仓库。
🎉 使用
指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
/crypto <SYMBOL> |
群员 | 否 | 群聊、私聊 | 查询加密货币实时行情 |
/crypto list [KEYWORD] |
群员 | 否 | 群聊、私聊 | 查询 Binance Spot 交易对列表 |
输入 /crypto --help 可以查看完整帮助信息。
实时行情
/crypto BTC
/crypto ETHUSDT
/crypto SOL/USDT
交易对列表
/crypto list
/crypto list btc
/crypto list usdt
列表数据来自 Binance Spot 交易所,默认只返回状态为 TRADING 的交易对,并通过合并转发发送结果。
🎨 效果图
暂无示例图。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_crypto-0.1.0.tar.gz.
File metadata
- Download URL: nonebot_plugin_crypto-0.1.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56e08181901651aab423028690b37880081d4fa7bbb5c3db8b74782db68d294d
|
|
| MD5 |
655748461a5a0619ffb5963c2d14c4b4
|
|
| BLAKE2b-256 |
c315602a8ecb3fb2c7ef2b58168abb7a17e69e3e14e9a5323db5dbd85896d729
|
File details
Details for the file nonebot_plugin_crypto-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_crypto-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5de10e62e8eed7e15c446b0404b0bac091e543d91725a223489c1f5c9b338009
|
|
| MD5 |
57b952dd6daf2846a0f11c7d6efc04f6
|
|
| BLAKE2b-256 |
727251f3ab8479f37d817686683010901b7c3daa001e803817555d8d7bba82c8
|