nonebot-plugin-groupAccountant
📖 介绍
Nonebot 群记账插件
通过群消息记录开销,并保存在json文件中,可通过群消息读取
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-groupAccountant
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-groupAccountant
pdm
pdm add nonebot-plugin-groupAccountant
poetry
poetry add nonebot-plugin-groupAccountant
conda
conda install nonebot-plugin-groupAccountant
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_groupAccountant"]
🎉 使用
指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
| 记账 | 群员 | 否 | 私聊 | /记账 [开销名] [人数] [金额] |
| 清算 | 群员 | 是 | 群聊 | /清算 [clear] (可选,用于清空账本) |
效果图
Release files for nonebot-plugin-chataccountant 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nonebot_plugin_chataccountant-0.0.3.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nonebot_plugin_chataccountant-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.5 kB
Release files / nonebot_plugin_chataccountant-0.0.3.tar.gz
| Download URL | nonebot_plugin_chataccountant-0.0.3.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
409cf20e575b926910942b8b6448efc3c198942fe8093694ce3b248c4c65aa7a
|
|
BLAKE2b-256 checksum How to use checksums |
f52de8f8aab72e01322e990f6606877d0a78e5a5389c330e71824ab0226c2475
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.10.6 Windows/10
|
Release files / nonebot_plugin_chataccountant-0.0.3-py3-none-any.whl
| Download URL | nonebot_plugin_chataccountant-0.0.3-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62f5c8c68955c12b5795dc51dae8b3b9e7093b5591fa5506253f086741cdd0de
|
|
BLAKE2b-256 checksum How to use checksums |
ab386876f1365a6d3d068f3655098f7f425e03e3bc7aeb0ec283decd19daca5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.10.6 Windows/10
|