Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 572 Bytes

#Brady vs. Grey

##API Key Hiding (api_key.txt)

To make sure that my own YouTube Data API key was not published, I separated it into a text file (api_key.txt) and used .gitignore to ensure that it wasn't published.

If you wish to do this yourself, you must

  1. Get your own API key from Google.
  2. Put this key in a file entitled api_key.txt.
  3. Put this file in the same directory as youtube_integration.py.

##Enjoy!

You can view the running version here.