Forwarded from [PYTHON:TODAY]
Предоставляет подробную документацию и примеры использования с Ollama, Docker, OpenAI, Groq, Azure и Gemini.
#python #soft #github
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Forwarded from [PYTHON:TODAY]
Работает с :
🌵 YouTube
🌵 Twitch
🌵 Zoom
Установка:
$ pip install chat-downloader
или
$ git clone https://github.com/xenova/chat-downloader.git
$ cd chat-downloader
$ python setup.py install
Использование:# termimal
$ chat_downloader https://www.youtube.com/watch?v=jfKfPfyJRdk --output chat.json
# Python scriptfrom 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)
#python #soft #github
Please open Telegram to view this post
VIEW IN TELEGRAM