Skip to content

Bilibili直播礼物答谢、定时广告、关注感谢工具

License

Notifications You must be signed in to change notification settings

gy39830/Bili-Live-Bot

Repository files navigation

B站直播答谢姬

配置

文件conf/user.toml

  1. 填入账号密码
  2. 修改manage_room=[直播间长ID]
  3. 定时循环发送的公告内容 `alerts = ["广告1", "广告2"]``
  4. 循环时间间隔 alert_second = 300, 当开播时才会发送,单位是秒
  5. 礼物连送等待 gift_comb_delay = 3, 避免连送导致多条感谢
  6. 送礼感谢格式 gift_thx_format = "感谢{username}投喂的{giftname}x{num}" 大括号里面的是替换变量
  7. 关注感谢格式 focus_thx_format = "谢谢{username}的关注"

代码中默认配置

文件 danmu/bili_danmu_giftthx.py

  1. 默认弹幕长度为30,修改字段为default_length=30 (一般用户30级就有30长度了,因此不在配置中提供)

About

Bilibili直播礼物答谢、定时广告、关注感谢工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%