A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts.
Python утилита для парсинга сообщений из чата и прямых трансляций на всех популярных площадках.
- YouTube.com
- Zoom.us
- Facebook.com
- Twitch.tv
$ pip install chat-downloader
Использование:
# termimal
$ chat_downloader https://www.youtube.com/watch?v=video_link --output chat.json
# Python script
from chat_downloader import ChatDownloader
url = 'https://www.youtube.com/watch?v=video_link'
chat = ChatDownloader().get_chat(url)
for message in chat:
chat.print_formatted(message)
📝 Docs
#python #soft #github
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM