Skip to content

基于python使用irc自动轮换房主的osu机器人

License

Notifications You must be signed in to change notification settings

Ohdmire/osu-ircbot-py

Repository files navigation

osu-ircbot-py

基于python使用irc自动轮换房主的osu机器人

codecov

文档

输入help获取吧 咕咕咕

教程

安装Python和必要运行库

pip install -r requirements.txt

运行程序

python3 irc_dlient.py

执行单元测试

pip install coverage
coverage run -m unittest discover -s tests -v
coverage report -m

配置

请在根目录下创建config.ini 并填入以下内容 自行替换

[OSUAPI]
client_id = 你的osuapiv2 id
client_secret  = 你的osuapiv2 密钥
nickname = 你的osu名字
password = 你的irc密码

[OSU]
starlimit = 0 #超星限制0默认无限制
timelimit = 0 #谱面长度限制0默认无限制 单位s
mpname = 你的mp房名字
mppassword = 你的mp房密码

[PREDICT]
url = http://localhost:7777/predict #预测模型地址(可选)

About

基于python使用irc自动轮换房主的osu机器人

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages