加入收藏 | 设为首页 | 会员中心 | 我要投稿 好传媒网 (https://www.haochuanmei.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Unix > 正文

Python如何实现微信群万人同步直播?

发布时间:2019-12-23 09:15:41 所属栏目:Unix 来源:站长网
导读:副标题#e# 很多人传言微信网页版(https://wx.qq.com/)接口已经被封了,所以所有的微信都不能登录网页版,这是错误的。 2019年7月微信对网页版微信进行了动态安全策略调整,导致一大批微信号不能登录网页版,但有些微信老号还是可以登录网页版的,具体哪些

        live_status_detail += f'n主讲群:找到多个群名包含「{config.live_group}」的主讲群,默认选取第一个群({live_group[0]})作为主讲群!'  

    else:  

        bot.live_group = live_group[0]  

    # 2、加载主讲人  

    live_group_members = bot.live_group.members  

    for member in live_group_members:  

        if member.name == config.live_speaker:  

            live_status_detail += f'n主讲人:「{config.live_speaker}」'  

            bot.live_speaker = config.live_speaker  

            break  

    else:  

        live_status_detail += f'n主讲人:主讲群内未找到主讲人「{config.live_speaker}」。n开启群直播失败!'  

        bot.is_live_mode = False  

        return live_status_detail  

    # 3、加载转发群  

    forward_groups = search_groups(bot, config.forward_groups)  

    bot.forward_groups = forward_groups  

(编辑:好传媒网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读