Skip to content

A python script that gathers insights you look for from a youtube video

Notifications You must be signed in to change notification settings

aktasbatuhan/get-insight-from-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Video Transcript Analyzer

This tool scrapes the transcript of a YouTube video, highlights key points, and provides a summary based on user-specified terms or concepts.

Prerequisites

Before running the script, make sure you have the following installed:

  • Python 3.7 or higher
  • pip (Python package installer)

Installation

  1. Clone this repository or download the insider.py file.

  2. Install the required packages by running:

    pip install -r requirements.txt
    
  3. Open the insider.py file and replace 'YOUR OPENAI API KEY' with your actual OpenAI API key.

Usage

To run the script:

  1. Open a terminal or command prompt.

  2. Navigate to the directory containing insider.py.

  3. Run the script using:

    python insider.py
    
  4. When prompted, enter the YouTube video URL you want to analyze.

  5. Next, enter the terms or concepts you're interested in.

  6. The script will scrape the transcript, analyze it, and display the highlights and summary.

Note

  • Make sure you have a stable internet connection as the script needs to access YouTube and the OpenAI API.
  • Respect YouTube's terms of service and use this tool responsibly.

Troubleshooting

If you encounter any issues:

  • Ensure all dependencies are correctly installed.
  • Check that your OpenAI API key is valid and correctly inserted in the script.
  • Make sure you're using a supported version of Python.

For any other problems, please open an issue in the repository.

About

A python script that gathers insights you look for from a youtube video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages