Skip to content

Instantly share code, notes, and snippets.

@jrknox1977
jrknox1977 / gist:b411fe214c544dc0937957a773dcb270
Created March 12, 2024 12:32
YouTube Video Analysis with Claude 3
# YouTube Video Analysis with Claude 3
# By KNOX @jr_knox1977
#
# Prompt "inpired" by several prompts from Daniel Meissler's Fabric Project:
# https://github.com/danielmiessler/fabric
#
# This script expects a .env file with the following content:
# CLAUDE_API_KEY=your_api
#
# Quick pip: python3 -m pip install anthropic youtube_transcript_api python-dotenv