请勿声张, 有些事不需要公之于众.
Please keep quiet about it, as it doesn't need to be publicized.
-
Python 3.6+ (3.8, 3.10, 3.11 测试通过, 但 3.6+ 应该也没问题)
-
pip (一般跟随 Python 一起自动安装)
-
Python 3.6+ (tested on 3.8, 3.10, 3.11, but should work on 3.6+)
-
pip (should be installed with Python)
- 克隆或下载此仓库
- 在仓库目录下运行
pip install -r requirements.txt
- 将
example.config.ini
复制为config.ini
并编辑其中的内容 - 运行
python app.py
- (建议) 将此项目部署到服务器上, 并添加一个 cron job 每小时运行一次
- Clone or download this repository
- Run
pip install -r requirements.txt
in the repository directory. - Copy
example.config.ini
toconfig.ini
and edit it. - Run
python app.py
to start this script. - (Optional but recommended) Use this project on a server, and add a cron job to run it about every 1 hour.