Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandboxdream/bilibili_lottery_dynamic_del
将所有b站上转发的已开奖抽奖动态删除
https://github.com/sandboxdream/bilibili_lottery_dynamic_del
bilibili bilibili-account
Last synced: 12 days ago
JSON representation
将所有b站上转发的已开奖抽奖动态删除
- Host: GitHub
- URL: https://github.com/sandboxdream/bilibili_lottery_dynamic_del
- Owner: sandboxdream
- License: gpl-3.0
- Created: 2021-10-03T17:14:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T14:01:16.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:29:36.538Z (3 months ago)
- Topics: bilibili, bilibili-account
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - Bilibili_lottery_dynamic_del - 将所有 b 站上转发的已开奖抽奖动态删除.![Python](svg/python.svg?raw=true) (其他 / 直播脚本)
README
目前项目失效
失效原因:b站更换api接口,暂时无法理解新接口验证措施
# b站抽奖动态删除
特点:
- 自动识别是否已经开奖
- 只删除已经开奖的动态
- 详细的提示
- 遍历所有动态
## 使用方法
下载python
从github克隆本仓库
```git
git clone https://github.com/sandboxdream/bilibili_lottery_dynamic_del.git
```将`config_template.json`重命名为`config.json`
在config.json中修改配置:
uid填写为b站uid(纯数字)
bili_jct和SESSDATA为cookie内容,打开b站网页,切换到network选项卡,点开第一个`www.bilibili.com`,在request headers中的cookie中找到SESSDATA和bili_jct
将这两段复制进双引号中(注意只复制等号后面到分号前面)如果bili_jct或SESSDATA任意一个没有填写,则将自动进入登录选项
del_all配置表示是否执行全部动态删除模式。0表示关闭,1表示开启。
如果开启全部删除模式,将不进行判断直接删除所有的动态运行main.py