saermart / DouyinLiveWebFetcher

抖音直播间网页版的弹幕数据抓取(2024最新版本)
GNU Affero General Public License v3.0
526 stars 158 forks source link

有知道弹幕飘屏怎么获取吗? #48

Closed xhr2 closed 1 month ago

xhr2 commented 1 month ago

def _parseChatMsg(self, payload): '''聊天消息''' message = ChatMessage().parse(payload) user_name = message.user.nick_name user_id = message.user.id content = message.content

content 好像没有弹幕飘屏的数据 有没有大佬指点一下

sdrz001 commented 1 month ago

你解决了签名的问题了吗

saermart commented 1 month ago

今天会更新。。

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年07月16日 21:41 | | 收件人 | @.> | | 抄送至 | @.***> | | 主题 | Re: [saermart/DouyinLiveWebFetcher] 有知道弹幕飘屏怎么获取吗? (Issue #48) |

你解决了签名的问题了吗

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

xhr2 commented 1 month ago

你解决了签名的问题了吗

签名问题不是最简单的吗,github都有现成的 https://github.com/jwwsjlm/douyinLive