heartbeat/README.md
2023-07-13 09:51:35 +08:00

26 lines
565 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# heartbeat
用python写的简易心跳工具配合Uptime-kuma的被动监控功能监测PC客户端的运行情况。
## 直接运行:
'''
py heartbeat.py
'''
观察是否出错,一般错误主要是因为缺少所需的库造成的。
## 安装所有涉及到的库:
'''
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pystray pillow requests configparser
'''
## 后台运行:
'''
pythonw heartbeat.py
'''
如果需要写入批处理可以使用start命令
'''
start pythonw heartbeat.py
'''
也可以用windows计划任务自动启动。