Getting Youtube data using Python
问题 I'm trying to learn how to analyze social media data available on the web and I'm starting with Youtube. from apiclient.errors import HttpError from outh2client.tools import argparser from apiclient.discovery import build import pandas as pd DEVELOPER_KEY = "AIzaSyB_F1mCrDydEbGUosnZES-NW-mg1CaOyjI" YOUTUBE_API_SERVICE_NAME = "youtube" YOUTUBE_API_VERSION = "v3" argparser.add_argument("--q", help="Search term", default="apple product") argparser.add_argument("--max-results", help="Max results"