init
This commit is contained in:
7
govno/pytchat___.py
Normal file
7
govno/pytchat___.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytchat
|
||||
import time
|
||||
|
||||
chat = pytchat.create(video_id="uIx8l2xlYVY")
|
||||
while chat.is_alive():
|
||||
print(chat.get().json())
|
||||
time.sleep(5)
|
||||
Reference in New Issue
Block a user