DevOps Directive Hello World Video

  • Video can be see at: LINK
  • Making of the video can be see at: LINK


Prerequisites:

  • Python 3 (brew install python3)
  • ffmpeg (brew install ffmpeg)

Setup Instructions:

  1. Create and activate python 3.7 virtual environment (python3 -m venv /path/to/new/venv && source path/to/new/venv/bin/activate)
  2. Install dependencies (pip install -r requirements.txt)
  3. Enable Youtube Data API and create client secrets in Google Cloud Console
  4. Run hello_youtube.py (uses oauth2 to authorize to YouTube account)

This is the first of many pieces of content from DevOps Directive... stay tuned!