Files
UltraChat/govno/pytchat___.py
sShemet ade2833df7 init
2025-12-22 14:03:10 +05:00

8 lines
144 B
Python

import pytchat
import time
chat = pytchat.create(video_id="uIx8l2xlYVY")
while chat.is_alive():
print(chat.get().json())
time.sleep(5)