Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 601 Bytes

Simplified YouTube API Wrapper

Getting Started

  1. Install Docker - instructions.
  2. Get a YouTube API key - instructions. Save this as a file named anything in a folder in the root directory called api_keys.
  3. Build the image: ./build_image.sh.

Usage

Run the jupyter.sh script to bring up a jupyter notebook server that you can use. You need to specify a port. A good default is 8888. So:

./jupyter.sh 8888

NOTE: if you are using Windows, use the jupyter-windows.sh script.