Skip to content

Jimmynycu/Functioncall_try

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Trend Analysis

This project provides tools to analyze YouTube trends and retrieve video comments using the YouTube Data API.

Features

  • Search for YouTube videos based on a query.
  • Retrieve trending videos for a specific region and filter by keywords.
  • Fetch comments for a list of YouTube video IDs.

Setup

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-name>
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up environment variables:

    • GOOGLE_API_KEY: Your Google API key.
    • YOUTUBE_API_KEY: Your YouTube Data API key.

Usage

Run the Jupyter Notebook in the src directory to execute the code.

Directory Structure

  • src/: Contains the main code files.
  • README.md: Project documentation.
  • .gitignore: Specifies files to ignore in the repository.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published