osu-lazer-rulesets-autoupdater
A python script for osu!lazer rulesets auto update.
How to use: 如何使用:
You can refer to the python script. The begining of this script describes how to use it.
你可以打开脚本一看究竟。脚本开头已经说明如何使用。
Preparation: 准备工作:
Make sure you have Python >= 3.7.0. Then run pip install requests bs4
.
确保你的Python版本大于3.7.0,然后运行pip install requests bs4
。