Skip to content

SamScott3000/videoGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Grabber

Video Grabber is a project to download and display videos uploaded at the coordinates of various global airports.

Prerequisites

Warning - This project was intended for personal use and as a result will likely not work in many development environments. Use at own risk.

You must have access to the YouTube API, a developer key and a Google API plan.

Getting it working

Once your personal developer key has been added, simply clone the Repo and add your developer key to the below.

youtube = googleapiclient.discovery.build(
api_service_name, api_version, developerKey="insert-developer-key-here")
return youtube

Misc.

You can read more about this project on my Website.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages