YouTube Keyword Extractor is a simple tool that allows users to extract keywords (tags) from a YouTube video using YouTube Data API v3. This tool is written in Python and is ideal for those looking to analyze video keywords for SEO, research, or content creation purposes.
- Python 2.7 installed on your computer.
- Active internet connection.
- A valid YouTube API Key. You can create an API Key by following this guide.
- Clone this repository or download the file
youtube_keyword_extractor.py
. - Open your terminal or command prompt and navigate to the directory containing the script.
- Run the script using the following command:
python youtube_keyword_extractor.py
- Enter YouTube API Key into source code
- Enter the Video ID of the YouTube video you want to extract keywords from.
Example Video ID:dQw4w9WgXcQ
(from URL:https://www.youtube.com/watch?v=dQw4w9WgXcQ
). - The tool will display the extracted keywords.
- Keyword Extraction: Retrieve keywords from a YouTube video using the YouTube Data API.
- Input Validation: Ensures the Video ID entered are valid before sending requests.
- Video ID:
dQw4w9WgXcQ
=============================================
YOUTUBE KEYWORD EXTRACTOR
Created By : Python 2.7
=============================================
Enter YouTube Video ID: dQw4w9WgXcQ
Get keywords...
Keywords found:
1. music
2. pop
3. 80s
4. rickroll
Thank you for using YouTube Keyword Extractor!