Skip to content

Instantly share code, notes, and snippets.

View MikeBlueberry's full-sized avatar
💭
🐍 "Great Snakes"

Mike Blueberry MikeBlueberry

💭
🐍 "Great Snakes"
  • Europe
View GitHub Profile
@robert8138
robert8138 / view_count_youtube_api.py
Last active June 10, 2020 18:50
Use YouTube API to get view trends of popular MOOC course
import os
import pandas as pd
import google_auth_oauthlib.flow
import googleapiclient.discovery
import googleapiclient.errors
import matplotlib
scopes = ["https://www.googleapis.com/auth/youtube.readonly"]