# alywatch **Repository Path**: lmcins/alywatch ## Basic Information - **Project Name**: alywatch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-11 - **Last Updated**: 2022-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 需要python 3.8+ ## 1. 安装所需要的包 ```shell script pip install -r requirements.txt ``` ## 2. 填写要通知的bark id 在resouce/barkids文件中填写自己的bark id,如果要通知多个,一行填写一个 ## 3. 启动程序 ``` python main.py ```