Nonebot2 Plugin Template
Project description
介绍
这是一个 nonebot2 插件, 用于TCP端口连通性测试工具,支持域名和IP地址测试
安装方法
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-tcping
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-tcping
pdm
pdm add nonebot-plugin-tcping
poetry
poetry add nonebot-plugin-tcping
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_tcping"]
...
使用方法
在.env.prod中添加 """ #tcping tcping_url = https://v2.api-m.com/api/tcping
#撤回消息的默认时间 recal_time=10 """
指令格式
- 发送指令
tcping <域名或IP地址> <端口号>即可测试该端口是否连通 - 插件会返回测试结果, 如端口连通则返回
端口 <端口号> 连通, 否则返回端口 <端口号> 不连通
Project details
Release history Release notifications | RSS feed
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_tcping-1.1.6.tar.gz.
File metadata
- Download URL: nonebot_plugin_tcping-1.1.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.6 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be326aa65462ef2a11950b1641bcb635a82fb4962d46d1312af0292113df8e3
|
|
| MD5 |
0e5a3e1042efdbb85a7691ac555f2a1a
|
|
| BLAKE2b-256 |
9e0a25cf68c6f4954565330dac71552ae3a375a589992fd979cd17243689456d
|
File details
Details for the file nonebot_plugin_tcping-1.1.6-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_tcping-1.1.6-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.6 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9f3542d3e7b60c33ea4a8fafa64977d9facdb46996394b3317d5dc6e44dc5e1
|
|
| MD5 |
463240aaba182e6ffb911fd27f2a979a
|
|
| BLAKE2b-256 |
370408089ec1adab05b62d53a9462317c935c2d8c50380ea53b370be2fe51cd7
|