Metadata-Version: 2.1
Name: nonebot-plugin-ping
Version: 1.6.4
Summary: ping
Home-page: https://github.com/zhulinyv/nonebot_plugin_ping
Author: (๑•小丫头片子•๑)
Author-email: zhulinyv2005@outlook.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


<div align="center">
  <img src="https://s2.loli.net/2022/06/16/opBDE8Swad5rU3n.png" width="180" height="180" alt="NoneBotPluginLogo">
  <br>
  <p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot_plugin_ping
✨ping✨

</div>

## 安装
    1.pip install nonebot-plugin-ping
    2.nb plugin install nonebot-plugin-ping
    3.Download zip

## 配置

内置两种 ping 的方式，默认调用 API 获取。

在 .env 配置文件中添加 `PING=2` 来更改**本地**运行 ping 指令。

## 指令

| 名称          | 示例                 | 说明                    |
| ------------ | -------------------- | ----------------------- |
| ping + url   | ping www.baidu.com   | ping 一个网址            |
| qrcode + url | qrcode www.baidu.com | 给网址生成一个二维码      |
| whois + url  | whois www.baidu.com  | 查询一个网址的 whois 信息 |
