This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |