Skip to content

Python爬虫,抖音直播小爬虫,可以爬取抖音直播弹幕,抖音直播礼物,抖音礼物排行,抖音直播账号信息,抖音直播流地址,抖音直播礼物价值,抖音直播进出,抖音直播在线观众,2024年可用,保活100年

Notifications You must be signed in to change notification settings

Sjj1024/douyin-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

抖音直播爬虫 python 实现

注意:不能获取匿名直播间用户信息,这只是爬虫,不是黑客。
抖音弹幕抓取,礼物抓取,直播流地址抓取,可以抓取到m3u8直播流链接,还有flv直播流链接,还有直播礼物打赏排名,在线观众排名等等。
可配置服务端地址,将数据推送到自己的服务器,可以控制是否开启推送等配置。可以控制是否保存lOG文件等配置。
欢迎参观我的CSDN博客:我的CSDN博客,阅读量过260W,粉丝过3W
欢迎参观我的掘金博客:我的掘金博客,阅读量过100,粉丝过2个

环境大于3.6应该都可以

python 3.9 

安装依赖

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/

生成Proto文件

(proto是需要单独安装的一个工具哦,mac电脑应该是必须执行这条命令才可以,windows的应该可以直接用)

protoc -I . --python_out=. ./proto/dy.proto

此时会在proto文件夹中重新生成dy_pb2.py文件,mac电脑一定要这样做,windows也尽量这样生成一下,避免程序启动失败。

动态配置

# 配置日志信息
import logging

# 配置日志信息
LOG_FILE_SAVE = True
LOG_FILE_NAME = "log.txt"
LOG_LEVEL = logging.DEBUG
LOG_FORMAT = "%(asctime)s - %(levelname)s - %(message)s"

# 直播信息配置:直播地址,直播用户排名,直播排名抓取间隔,直播推送到后台,推送到后台地址
LIVE_ROOM_URL = "https://live.douyin.com/646454278948"
# 特殊礼物单独统计
LIVE_GIFT_LIST = ["月下瀑布"]
# 是否抓取在线打赏排名
LIVE_RANK_LIST = True
# 获取礼物排名时间间隔: 建议不要低于10秒
LIVE_RANK_INTERVAL = 10
# 使用ws推送直播数据
LIVE_WEB_SEND = False
# 是否开启HTTP推送
LIVE_HTTP_SEND = True
# 多久向服务端推送一条消息
LIVE_SEND_INTERVAL = 3
# HTTP推送地址:普通用户不用管下面的配置,需要将直播数据推送到你们服务器的才配置
LIVE_WEB_SEND_URL = "http://************/game/gamemgnt"
# 一场比赛唯一的UUID
GAME_UUID = "157ae45b-263b-414a-8976-6d2ad210a7e8"
# 应援UUID(这是我们自己项目推送使用的参数):4
DONATION_UUID = "179019d3-83dd-4619-b7d9-579786659204"

运行

打开浏览器,打开你想监听的抖音直播间,然后将直播间网址黏贴到config.py的LIVE_ROOM_URL中,然后运行main.py程序即可看到效果。 注意:如果要获取排名,需要将时间间隔设置大一点,否则抓取频繁会获取不到数据:打包房间人数失败

python main.py

直播流地址

直播流地址可以使用在线播放工具测试是否可以正常播放直播内容
西瓜播放器(支持flv直播流):https://h5player.bytedance.com/generate/
m3u8在线播放器(播放m3u8流):http://tool.pfan.cn/m3u8/

TODO

有的直播有可能获取不到m3u8的链接,待研究:https://live.douyin.com/3652616706
flv直播流地址区分标清|高清|蓝光地址,需要都获取到

运行效果

2024-05-10 17:25:46,803 - DEBUG - Starting new HTTPS connection (1): live.douyin.com:443
2024-05-10 17:25:47,243 - DEBUG - https://live.douyin.com:443 "GET /753792341986 HTTP/1.1" 200 None
主播账号信息: {'id_str': '1014203417374880', 'sec_uid': 'MS4wLjABAAAAHZNwzPPpX8V8LQtog8RHfOc4rYkYwDX8FOT4pTtNHY_j1wgzTGc7SMKAkEF-9kUz', 'nickname': '丁丁果业 小时达', 'avatar_thumb': {'url_list': ['https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_37f533dabb742482afef46c85a09467b.jpeg?from=3067671334', 'https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_37f533dabb742482afef46c85a09467b.jpeg?from=3067671334', 'https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_37f533dabb742482afef46c85a09467b.jpeg?from=3067671334']}, 'follow_info': {'follow_status': 0, 'follow_status_str': '0'}, 'subscribe': {'is_member': False, 'level': 0, 'identity_type': 0, 'buy_type': 0, 'open': 0}}
直播流m3u8链接地址是: https://pull-l3.douyincdn.com/stage/stream-691573793206566994_or4.m3u8?auth_key=1715936147-0-0-f29964c5aa406861f7341dcb276e360d
直播流FLV地址是: https://pull-l3.douyincdn.com/stage/stream-691573793206566994_sd.flv?auth_key=1715936147-0-0-2be3bfcfd9e43a5e993393c7f6dc1d67
间隔10秒更新一下排行
2024-05-10 17:25:47,452 - INFO - 房间标题: 剥榴莲
2024-05-10 17:25:47,452 - INFO - 主播账号信息: {'id_str': '1014203417374880', 'sec_uid': 'MS4wLjABAAAAHZNwzPPpX8V8LQtog8RHfOc4rYkYwDX8FOT4pTtNHY_j1wgzTGc7SMKAkEF-9kUz', 'nickname': '丁丁果业 小时达', 'avatar_thumb': {'url_list': ['https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_37f533dabb742482afef46c85a09467b.jpeg?from=3067671334', 'https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_37f533dabb742482afef46c85a09467b.jpeg?from=3067671334', 'https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_37f533dabb742482afef46c85a09467b.jpeg?from=3067671334']}, 'follow_info': {'follow_status': 0, 'follow_status_str': '0'}, 'subscribe': {'is_member': False, 'level': 0, 'identity_type': 0, 'buy_type': 0, 'open': 0}}
2024-05-10 17:25:47,452 - INFO - 直播流m3u8链接地址是: https://pull-l3.douyincdn.com/stage/stream-691573793206566994_or4.m3u8?auth_key=1715936147-0-0-f29964c5aa406861f7341dcb276e360d
2024-05-10 17:25:47,453 - INFO - 直播流FLV地址是: https://pull-l3.douyincdn.com/stage/stream-691573793206566994_sd.flv?auth_key=1715936147-0-0-2be3bfcfd9e43a5e993393c7f6dc1d67
2024-05-10 17:25:47,455 - DEBUG - Starting new HTTPS connection (1): live.douyin.com:443
2024-05-10 17:25:47,841 - INFO - Websocket connected
2024-05-10 17:25:47,841 - INFO - [onOpen] [webSocket Open事件] [房间Id:7367234466357463843]
2024-05-10 17:25:47,841 - INFO - [ping] [💗发送ping心跳] [房间Id:7367234466357463843] ====> 房间🏖标题【剥榴莲】
2024-05-10 17:25:47,886 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:47,886 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299747247975476", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "2735174253293903", "shortId": "3090916187", "nickName": "痛", "gender": 1, "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_31ab20004766752cbcffc.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_5.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "5", "alternativeText": "荣誉等级5级勋章"}}], "FollowInfo": {"followingCount": "289", "followerCount": "138", "followerCountStr": "138", "followingCountStr": "289"}, "displayId": "dykoeq184u57", "secUid": "MS4wLjABAAAAGc2I5ggoSdwJnX_37zP6ApLo_O_z9vMifVcIfLG8aCxo1xajeF8zDBbMQyud5Ut_"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6413] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299746208558884", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "1811649309180172", "shortId": "4011804097", "nickName": "万事如意", "gender": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_3792_5112637127.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "1654", "followerCount": "13", "followerCountStr": "13", "followingCountStr": "1654"}, "displayId": "dyi2hg6fsexh", "secUid": "MS4wLjABAAAAeKCC4TtFS1Wg-A1cccAJ89ljt3yx7gshuxFRuA_9FiH0PuKqULyaCySklFzdztKF"}, "memberCount": "6413", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6408] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299748023324175", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "1081531610170462", "shortId": "83294194910", "nickName": "关小仿", "gender": 1, "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oQheKxI5JBbvA8zCCgNsfdACA7EgYAJBAMvynA.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "958", "followerCount": "52", "followerCountStr": "52", "followingCountStr": "958"}, "displayId": "83294194910", "secUid": "MS4wLjABAAAAq-MYlX-51oLBJA0dzwvMnVWhm8_sZYndgYXLua3Nx0kTxZ4Wvg2N2TBEAWAgpDH2"}, "memberCount": "6408", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6445] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299748729458217", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "4306108153075704", "shortId": "74438480583", "nickName": "林中树木", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_ociU2ADzyCSK9VvfhAAaGAEPAAWbNrKgyeImBx.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "25", "followerCount": "9", "followerCountStr": "9", "followingCountStr": "25"}, "displayId": "74438480583", "secUid": "MS4wLjABAAAAUhjqN3ZCQQ4ejNuhyTzjJVeVRyAxGh-HbSkNnVcSC2OuO4fVme46mqqpb6PFmBWu"}, "memberCount": "6445", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299750020550921", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "97103979907", "shortId": "1112491630", "nickName": "记录美好生活(雅雅&伦伦)", "gender": 2, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_osDBTPPc4Aa27xteA7XeAE9BuBfIQEA2AKccXH.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_5.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "5", "alternativeText": "荣誉等级5级勋章"}}], "FollowInfo": {"followingCount": "504", "followerCount": "202", "followerCountStr": "202", "followingCountStr": "504"}, "displayId": "1112491630", "secUid": "MS4wLjABAAAA7juN8MvXf0I3kp9EqhNTWpD785dg5YKw4Ab_cnONhHE"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastRoomUserSeqMessage] [] [房间Id:7367234466357463843] | {"common": {"method": "WebcastRoomUserSeqMessage", "msgId": "7367299746652882470", "roomId": "7367234466357463843", "createTime": "1715333142267"}, "ranksList": [{"user": {"id": "62952335470", "nickName": "吃心晓晓", "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5.jpeg?from=3067671334", "https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5.jpeg?from=3067671334", "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5.jpeg?from=3067671334"], "uri": "100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5"}, "FollowInfo": {}, "idStr": "62952335470"}, "rank": "1"}, {"user": {"id": "4451267270946159", "nickName": "小蒋💍💍👘👗💋💋💄💄🌹", "AvatarThumb": {"urlListList": ["https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz.jpeg?from=3067671334", "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz.jpeg?from=3067671334", "https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz.jpeg?from=3067671334"], "uri": "100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz"}, "FollowInfo": {}, "idStr": "4451267270946159"}, "rank": "2"}, {"user": {"id": "857208713655479", "nickName": "好人一生平安!", "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75.jpeg?from=3067671334", "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75.jpeg?from=3067671334", "https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75.jpeg?from=3067671334"], "uri": "100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75"}, "FollowInfo": {}, "idStr": "857208713655479"}, "rank": "3"}], "total": "6445", "totalUser": "1102349", "totalUserStr": "10万+", "totalStr": "6445", "onlineUserForAnchor": "6445", "totalPvForAnchor": "110.2万"}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299752939021082", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "51266941763", "shortId": "1320470581", "nickName": "郑蒸日上", "gender": 2, "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_eb96ccc2d4b145ebb11032c0aa4ad194.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_4.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "4", "alternativeText": "荣誉等级4级勋章"}}], "FollowInfo": {"followingCount": "537", "followerCount": "94", "followerCountStr": "94", "followingCountStr": "537"}, "displayId": "1320470581", "secUid": "MS4wLjABAAAAZfnxxl943bTAVn-ce08Ge6nxGZUXub7pzoIUJ5LsQ-Q"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6408] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299756432895755", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "413035612873543", "shortId": "3642421226", "nickName": "一生平安", "gender": 2, "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_113179f6f65a4fd8823366203b813a11.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "171", "followerCount": "211", "followerCountStr": "211", "followingCountStr": "171"}, "displayId": "dykdhg9h6bgq", "secUid": "MS4wLjABAAAAgZtN2jjkxfaf4ypFTE2_KImByba7F9Zs84iXjmursO0"}, "memberCount": "6408", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299754407679242", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "3795107961639310", "shortId": "39599897416", "nickName": "用户4349390462367", "AvatarThumb": {"urlListList": ["https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_0e7d9bb87c554924aebba46811e2bf91.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "782", "followerCount": "43", "followerCountStr": "43", "followingCountStr": "782"}, "displayId": "39599897416", "secUid": "MS4wLjABAAAAenXiOOYO_-m7cEBDIU5VRSa_in6mnPGnHLd_KSXEjQL54K-HMD1SG3Md7JpZzerz"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,887 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6445] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299754311110437", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "2744801933702611", "shortId": "4121282795", "nickName": "耀一耀", "AvatarThumb": {"urlListList": ["https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_989f8106ba644be08d83c2d69ba517a0.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p11-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_6.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "6", "alternativeText": "荣誉等级6级勋章"}}], "FollowInfo": {"followingCount": "176", "followerCount": "6", "followerCountStr": "6", "followingCountStr": "176"}, "displayId": "dy19awk0l9hhv", "secUid": "MS4wLjABAAAAdmDcPd7mMwyj_oqA3TbMIiAoCDvT1tdJdt0JnQQQPYoZ58PZYcmoq3Z3dHiR8ibg"}, "memberCount": "6445", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,889 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6445] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299757003757577", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "82365820613", "shortId": "170251474", "nickName": "我爱你你随意", "gender": 1, "Level": 1, "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_2a9a8654d6fbfbcc25f61b2b09f9ce85.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_35.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "35", "alternativeText": "荣誉等级35级勋章"}}], "FollowInfo": {"followingCount": "378", "followerCount": "106", "followerCountStr": "106", "followingCountStr": "378"}, "displayId": "170251474", "secUid": "MS4wLjABAAAAgYPGCykkgNSlmT05ll4VZyHtZq1FS4lBws_WIoYO2zY"}, "memberCount": "6445", "action": "1", "enterEffectConfig": {"type": "8", "text": {"key": "honor_live_room_enter_effect", "defaultPatter": "{0:user} 加入了直播间", "defaultFormat": {"color": "#FFFFFF", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#FFFFFF", "useRemoteClor": true}}]}, "textIcon": {"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_grade_enter_32_v3.png~tplv-obj.image"], "avgColor": "#A3967C"}, "stayTime": 2000, "badge": {"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_35.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "35"}}, "flexSettingArrayList": ["50", "50", "50", "50"], "textIconOverlay": {"avgColor": "#7C9BA3"}, "textFlexSettingArrayList": ["13", "13", "19", "19"], "dynamicImage": {"avgColor": "#F1FFEB"}, "extraMap": {"effect_id": "101", "effect_source": "honor_level", "to_user_id": "82365820613"}, "priority": "40000", "maxWaitTime": "60"}, "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {"userLabel": {"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/userlabel_new_watch.png~tplv-obj.image", "http://p11-webcast.douyinpic.com/img/webcast/userlabel_new_watch.png~tplv-obj.image"], "uri": "webcast/userlabel_new_watch.png", "avgColor": "#E6FADC"}}}
2024-05-10 17:25:47,890 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6443] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299759668060194", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "85701019237", "shortId": "864245179", "nickName": " ^o^客官不管斗  ", "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_28444000006df13c79306.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "331", "followerCount": "29", "followerCountStr": "29", "followingCountStr": "331"}, "displayId": "864245179", "secUid": "MS4wLjABAAAAs1MO4WCGKZkmSq2tjjEm4XLKiRbmPrRvj5vL6YynTAE"}, "memberCount": "6443", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,890 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6408] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299760350674195", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "58201336002", "shortId": "152022235", "nickName": "随心而动", "Level": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_8eda5def16454582b1e6efebf0e95c8f.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "87", "followerCount": "8", "followerCountStr": "8", "followingCountStr": "87"}, "displayId": "152022235", "secUid": "MS4wLjABAAAADPDZoiG1I3GUC9u04wvwvq14VMVR-4mPZRo5qb4_o3w"}, "memberCount": "6408", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,890 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6417] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299760871024421", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "254710122546334", "shortId": "3617687952", "nickName": "86198498946188", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_3797_2889309425.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_7.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "7", "alternativeText": "荣誉等级7级勋章"}}], "FollowInfo": {"followingCount": "235", "followerCount": "33", "followerCountStr": "33", "followingCountStr": "235"}, "displayId": "58182792d", "secUid": "MS4wLjABAAAAvfKYPO2K2CooRaNagf8wS8ie0gANJ9_RGaF6CyedocA"}, "memberCount": "6417", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,890 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6408] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299763115749900", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "2959526640753879", "shortId": "2259808016", "nickName": "看看吧", "gender": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_3793_3131589739.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "339", "followerCount": "24", "followerCountStr": "24", "followingCountStr": "339"}, "displayId": "dy4vx21lgtvq", "secUid": "MS4wLjABAAAAFmwHdRcSNu3JJF61wmYRKWvVN3ZsQn9bMYDZe12LehcjIczSnigNIIeIlcjRnfHk"}, "memberCount": "6408", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,890 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6445] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299763886794276", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "91761981900", "shortId": "1026181644", "nickName": "深度[WUHAI]", "gender": 1, "AvatarThumb": {"urlListList": ["https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_62b2ea533cea4382835de5fcece3504b.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p11-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_14.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "14", "alternativeText": "荣誉等级14级勋章"}}], "FollowInfo": {"followingCount": "364", "followerCount": "511", "followerCountStr": "511", "followingCountStr": "364"}, "displayId": "1026181644", "secUid": "MS4wLjABAAAAVPCwHQ_u-glib_2tT9oWWr6f0IhGnCr9CwXDwpbt3j4"}, "memberCount": "6445", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,890 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299763862054454", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "95798113489", "shortId": "611851677", "nickName": "二宝~", "gender": 2, "Level": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_b23c8eee918b4078bcebf1f19b7f694e.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_22.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "22", "alternativeText": "荣誉等级22级勋章"}}], "FollowInfo": {"followingCount": "1718", "followerCount": "98", "followerCountStr": "98", "followingCountStr": "1718"}, "displayId": "611851677", "secUid": "MS4wLjABAAAAt2tnbEkEgfSQoPYrAQp8dVekc26kpslUlfByLdki9SU"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:47,935 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:47,936 - INFO - [onMessage] [待解析方法WebcastRoomStreamAdaptationMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:47,936 - INFO - [onMessage] [待解析方法WebcastRoomStatsMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:47,936 - INFO - [onMessage] [待解析方法WebcastRoomDataSyncMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:47,936 - INFO - [onMessage] [待解析方法WebcastRoomRankMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:47,979 - DEBUG - https://live.douyin.com:443 "GET /webcast/ranklist/audience/?aid=6383&app_name=douyin_web&live_id=1&device_platform=web&language=zh-CN&cookie_enabled=true&screen_width=2560&screen_height=1440&browser_language=zh-CN&browser_platform=Win32&browser_name=Chrome&browser_version=117.0.0.0&webcast_sdk_version=2450&room_id=7367234466357463843&rank_type=30 HTTP/1.1" 200 None
更新打赏排行: [{'nickname': '吃心晓晓', 'rank': 1}, {'nickname': '小蒋💍💍👘👗💋💋💄💄🌹', 'rank': 2}, {'nickname': '好人一生平安!', 'rank': 3}, {'nickname': '用户2933584649715', 'rank': 4}]
2024-05-10 17:25:48,014 - INFO - 更新打赏排行: [{'nickname': '吃心晓晓', 'rank': 1}, {'nickname': '小蒋💍💍👘👗💋💋💄💄🌹', 'rank': 2}, {'nickname': '好人一生平安!', 'rank': 3}, {'nickname': '用户2933584649715', 'rank': 4}]
2024-05-10 17:25:48,614 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:48,614 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6380] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299769231236134", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "3620004678082812", "shortId": "74803843384", "nickName": "涡阳晨升装饰   小崔", "gender": 2, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_ocEAYmeAWCKALg93YJIAA8DAbpn3kGA12be9vN.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "41", "followerCount": "920", "followerCountStr": "920", "followingCountStr": "41"}, "displayId": "74803843384", "secUid": "MS4wLjABAAAA9phJj6F7LWhWOanTTgOb5BbOfIsaXBaIKhyvZ4NzNyBb5phoShwo1-VRViNt_BrG"}, "memberCount": "6380", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:48,614 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6380] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299768702132507", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "61225144013", "shortId": "30282267", "nickName": "孩他泆", "gender": 1, "Level": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_b11f09e6228e45b0bc9e08c2f01475ae.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "38", "followerCount": "79", "followerCountStr": "79", "followingCountStr": "38"}, "displayId": "30282267", "secUid": "MS4wLjABAAAAJ6yZ4Y1dy8hOp6dGVU18uaEBh0IN5gPUWVEB1oZtTpo"}, "memberCount": "6380", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:48,615 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299768240492556", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "2260234395987998", "shortId": "36151501710", "nickName": "喵了个咪•", "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_8644d937156aa7d27af5b5d58204c8b1.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p11-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "168", "followerCount": "6", "followerCountStr": "6", "followingCountStr": "168"}, "displayId": "36151501710", "secUid": "MS4wLjABAAAA1-Dz_IlhGK3rR5PgOHpuzLwNFhXhFyvMH0qKVv7hE0KhAuW101-fHostBfxxWSMI"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:49,155 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:49,156 - INFO - [onMessage] [待解析方法WebcastRoomRankMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:49,156 - INFO - [onMessage] [待解析方法WebcastRoomStreamAdaptationMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:49,156 - INFO - [onMessage] [待解析方法WebcastRoomStatsMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:49,156 - INFO - [onMessage] [待解析方法WebcastRoomDataSyncMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:49,157 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:49,157 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6377] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299773801592630", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "107772527997", "shortId": "3625714768", "nickName": "伟杰五金", "gender": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_3156e00011045a3859751.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "630", "followerCount": "250", "followerCountStr": "250", "followingCountStr": "630"}, "displayId": "dyi6uhfcb34a", "secUid": "MS4wLjABAAAAnfgrjhrMn1bdErZqG5GL3uxDGerXtphDNTYDm0A2Wg8"}, "memberCount": "6377", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:49,158 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6413] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299773483535899", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "153564505711572", "shortId": "2893419140", "nickName": "未来是美好的", "gender": 2, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_3792_5112637127.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "416", "followerCount": "63", "followerCountStr": "63", "followingCountStr": "416"}, "displayId": "dyb07m4hnv3d", "secUid": "MS4wLjABAAAAKFcrPxZtW0L56ptJa7JXxjj0ideF6A7qrPTfsRFqfWc"}, "memberCount": "6413", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:49,158 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6380] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299771944541734", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "2166461601686414", "shortId": "70626430482", "nickName": "www?", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_ogCyAQIxfeGADASAIkDnN1bCQA8ugGNBANKv39.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "24", "followerCount": "7", "followerCountStr": "7", "followingCountStr": "24"}, "displayId": "70626430482", "secUid": "MS4wLjABAAAAL0gJF74mjzdE7eiyjg_rKiNQqSK-8kzECZdvBYQf7WRbsKBHaaVTk9129xpG8Jek"}, "memberCount": "6380", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
获取到的直播数据是:点赞:0, 评论: 0, 礼物价值: 0
推送直播数据出错:如果你不用将直播数据推送到你们的服务器上,可以忽略此提示
2024-05-10 17:25:50,658 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:50,658 - INFO - [unPackWebcastRoomUserSeqMessage] [] [房间Id:7367234466357463843] | {"common": {"method": "WebcastRoomUserSeqMessage", "msgId": "7367299772741715251", "roomId": "7367234466357463843", "createTime": "1715333148270"}, "ranksList": [{"user": {"id": "62952335470", "nickName": "吃心晓晓", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5.jpeg?from=3067671334", "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5.jpeg?from=3067671334", "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5.jpeg?from=3067671334"], "uri": "100x100/aweme-avatar/tos-cn-avt-0015_d8ae4ccdabc75388dd2366acf09b9bc5"}, "FollowInfo": {}, "idStr": "62952335470"}, "rank": "1"}, {"user": {"id": "4451267270946159", "nickName": "小蒋💍💍👘👗💋💋💄💄🌹", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz.jpeg?from=3067671334", "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz.jpeg?from=3067671334", "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz.jpeg?from=3067671334"], "uri": "100x100/aweme-avatar/tos-cn-i-0813c001_oUaPYAeAHCeAgd4AMaEAbRq2eLz7EqBTdQBEdz"}, "FollowInfo": {}, "idStr": "4451267270946159"}, "rank": "2"}, {"user": {"id": "857208713655479", "nickName": "好人一生平安!", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75.jpeg?from=3067671334", "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75.jpeg?from=3067671334", "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75.jpeg?from=3067671334"], "uri": "100x100/aweme-avatar/tos-cn-avt-0015_d29ef7efac913a067e3ddffe4344ed75"}, "FollowInfo": {}, "idStr": "857208713655479"}, "rank": "3"}], "total": "6413", "totalUser": "1102082", "totalUserStr": "10万+", "totalStr": "6413", "onlineUserForAnchor": "6413", "totalPvForAnchor": "110.2万"}
2024-05-10 17:25:50,659 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299778679951131", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "2093068211216599", "shortId": "33257101240", "nickName": "韩志文", "AvatarThumb": {"urlListList": ["https://p3.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_3793_3131589739.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "2", "followerCountStr": "0", "followingCountStr": "2"}, "displayId": "33257101240", "secUid": "MS4wLjABAAAAAm4RS-MnFhNUGh4XFrcpYDa-B19KD_clJJVxiM1cHNr5PlUrP2kQVdhDb0jscO80"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:50,659 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6377] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299778424116005", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "4046678044981454", "shortId": "35643030878", "nickName": "一只小山夆", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_okEAQldAaCBAQg9TPlIAAeDAxHnWMEA1ebndFN.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "293", "followerCount": "15", "followerCountStr": "15", "followingCountStr": "293"}, "displayId": "35643030878", "secUid": "MS4wLjABAAAAcK07NCw9VNZGefVo1_nU3AabJUpT8_PiukLKX_au_qt3UPUUWOEGiPasS-nrEEJL"}, "memberCount": "6377", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:50,659 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6400] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299778599819803", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "51955703397", "shortId": "2345926145", "nickName": "用户6014409420465美好一生", "AvatarThumb": {"urlListList": ["https://p26.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_31c75ba47551479ba947c751999d1f2f.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "709", "followerCount": "133", "followerCountStr": "133", "followingCountStr": "709"}, "displayId": "dybtmf2ua3x3", "secUid": "MS4wLjABAAAAwH36vQ-RW9-jVkmjw3KtfVlkixBl_2U3RxxaVk31zzI"}, "memberCount": "6400", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:51,069 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:51,069 - INFO - [onMessage] [待解析方法WebcastRoomStreamAdaptationMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:51,069 - INFO - [onMessage] [待解析方法WebcastRoomStatsMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:51,069 - INFO - [onMessage] [待解析方法WebcastRoomDataSyncMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:51,069 - INFO - [onMessage] [待解析方法WebcastRoomRankMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:51,069 - INFO - [sendAck] [🌟发送Ack] [房间Id:7367234466357463843] ====> 房间标题【剥榴莲】
2024-05-10 17:25:51,069 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6380] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299781872315685", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "98575865492", "shortId": "2282172767", "nickName": "7O后的春天", "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/mosaic-legacy_312350002d52cd9cb8147.jpeg?from=3067671334"]}, "FollowInfo": {"followingCount": "139", "followerCount": "20", "followerCountStr": "20", "followingCountStr": "139"}, "displayId": "7Ohoudechunt", "secUid": "MS4wLjABAAAAsqMGvXGfmvaQZdN6uF_Gx6U5uYf88oM1UKMPD5kr4Vk"}, "memberCount": "6380", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:51,070 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6408] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299781540423168", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "93250804003", "shortId": "2043723531", "nickName": "峰回路转@", "gender": 1, "AvatarThumb": {"urlListList": ["https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_owAADfQItYWpzNkAeNICZAAMgNhSADAISyGzEl.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_11.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "11", "alternativeText": "荣誉等级11级勋章"}}], "FollowInfo": {"followingCount": "687", "followerCount": "229", "followerCountStr": "229", "followingCountStr": "687"}, "displayId": "2043723531", "secUid": "MS4wLjABAAAA2OVso9ybt_agk3MXZkfIFA8ozDBXg-HuUqDy_dFKStQ"}, "memberCount": "6408", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:51,070 - INFO - [unPackWebcastMemberMessage] [直播间成员加入: 6377] [房间Id:7367234466357463843] | {"common": {"method": "WebcastMemberMessage", "msgId": "7367299783054331402", "roomId": "7367234466357463843", "isShowMsg": true, "foldType": "1", "anchorFoldType": "1", "priorityScore": "42000", "anchorFoldTypeV2": "3"}, "user": {"id": "63251960395", "shortId": "941068703", "nickName": "123", "AvatarThumb": {"urlListList": ["https://p26.douyinpic.com/aweme/100x100/aweme-avatar/bd17fb9372d723538f0c67098f003fbf.jpeg?from=3067671334"]}, "BadgeImageList": [{"urlListList": ["http://p11-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_1.png~tplv-obj.image"], "height": "16", "width": "32", "imageType": 1, "content": {"level": "1", "alternativeText": "荣誉等级1级勋章"}}], "FollowInfo": {"followingCount": "575", "followerCount": "69", "followerCountStr": "69", "followingCountStr": "575"}, "displayId": "941068703", "secUid": "MS4wLjABAAAABI03_0BRS04xWjd1MFyy1vHgGc40dXOuwUK5R51dyDk"}, "memberCount": "6377", "action": "1", "anchorDisplayText": {"key": "live_room_enter_toast", "defaultPatter": "{0:user} 来了{1:string}", "defaultFormat": {"color": "#b8ffffff", "weight": 400}, "piecesList": [{"type": true, "format": {"color": "#8CE7FF", "weight": 400}}]}, "publicAreaCommon": {}}
2024-05-10 17:25:51,070 - INFO - [onMessage] [待解析方法WebcastInRoomBannerMessage等待解析~] [房间Id:7367234466357463843]
2024-05-10 17:25:51,088 - ERROR - [onError] [webSocket Error事件] [房间Id:7367234466357463843]
2024-05-10 17:25:51,146 - INFO - 直播抓取时长:4.34918999671936,点赞数量总计:0, 评论数量总计: 0, 礼物数量总计:0, 礼物价值总计: 0
2024-05-10 17:25:51,146 - INFO - [onClose] [webSocket Close事件] [房间Id:7367234466357463843]

uuid记录

taskuuid:对应的是每个方法名称 gameuuid:一场比赛对应的uuid,在某个地方可以修改(页面上或者哪里),测试可以使用页面上的 teamuuid:每个队伍对应的uuid,查询队伍的时候会返回给我 uuid:应援的uuid,是添加应援的时候,返回给我

About

Python爬虫,抖音直播小爬虫,可以爬取抖音直播弹幕,抖音直播礼物,抖音礼物排行,抖音直播账号信息,抖音直播流地址,抖音直播礼物价值,抖音直播进出,抖音直播在线观众,2024年可用,保活100年

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published