This commit is contained in:
xszyou 2022-11-15 17:13:39 +08:00
commit 837966c24a
7 changed files with 1 additions and 21 deletions

View File

@ -46,7 +46,7 @@ class Viewer:
self.live_driver.get(self.url) self.live_driver.get(self.url)
self.user_driver = webdriver.Chrome(config_util.system_chrome_driver, options=self.chrome_options) self.user_driver = webdriver.Chrome(config_util.system_chrome_driver, options=self.chrome_options)
self.__wait_live_start() self.__wait_live_start()
self.user_sec_uid = self.__get_render_data(self.live_driver)['initialState']['roomStore']['roomInfo']['room']['owner']['sec_uid'] self.user_sec_uid = self.__get_render_data(self.live_driver)['app']['initialState']['roomStore']['roomInfo']['room']['owner']['sec_uid']
MyThread(target=self.__live_state_runnable).start() MyThread(target=self.__live_state_runnable).start()
MyThread(target=self.__join_runnable).start() MyThread(target=self.__join_runnable).start()
MyThread(target=self.__interact_runnable).start() MyThread(target=self.__interact_runnable).start()

View File

@ -1,4 +0,0 @@
1665649464550,发言,,Hello hello hello hello hello
1665649465854,主播,菲菲,我是你的好朋友
1 1665649464550 发言 Hello hello hello hello hello
2 1665649465854 主播 菲菲 我是你的好朋友

View File

@ -1,4 +0,0 @@
1665977183475,发言,,哈喽哈喽哈喽哈喽哈喽
1665977184516,主播,菲菲,我就理解为你在跟我打招呼好了
1 1665977183475 发言 哈喽哈喽哈喽哈喽哈喽
2 1665977184516 主播 菲菲 我就理解为你在跟我打招呼好了

View File

@ -1,12 +0,0 @@
1665977328657,发言,,今天天气怎么样
1665977329543,主播,菲菲,北京市今天全天晴气温2℃ ~ 17℃空气质量优有北风6-7级微冷请注意保暖预防感冒。
1665977356957,发言,,今天心情好吗
1665977357578,主播,菲菲,好你个鬼啊!
1665977433665,发言,,这个商品的优点是什么
1665977433825,主播,菲菲,没有优点!
1 1665977328657 发言 今天天气怎么样
2 1665977329543 主播 菲菲 北京市今天全天晴,气温2℃ ~ 17℃,空气质量优,有北风6-7级,微冷,请注意保暖,预防感冒。
3 1665977356957 发言 今天心情好吗
4 1665977357578 主播 菲菲 好你个鬼啊!
5 1665977433665 发言 这个商品的优点是什么
6 1665977433825 主播 菲菲 没有优点!

Binary file not shown.

Binary file not shown.

Binary file not shown.