bencmc / youtube_video_summarizer

This repository houses a Python application for extracting YouTube video transcripts and summarizing its content.
MIT License
11 stars 4 forks source link

Add hint in Docs to activate the YouTube API before usage #1

Open zwoefler opened 10 months ago

zwoefler commented 10 months ago

🚨 Problem: Running the application I encountered a HTTP 403 Error saying the YouTube API hasn't been activated:

YouTube Data API v3 has not been used in project xxxxxxxxxx before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview

📝 Context: As a user unfamiliar with Google Cloud Services, it was not immediately apparent that YouTube API activation is a prerequisite.

📌 Proposed Documentation Update: In the README, add a point 1.1 "Activate YouTube API" with the link below.

📦 Additional Information:

bencmc commented 10 months ago

Thanks for your feedback. Will add the YouTube API activation link.

imanshuraj commented 9 months ago

which package is used here? I am not able to install os package