- Python 3 (
brew install python3
) - ffmpeg (
brew install ffmpeg
)
- Create and activate python 3.7 virtual environment (
python3 -m venv /path/to/new/venv && source path/to/new/venv/bin/activate
) - Install dependencies (
pip install -r requirements.txt
) - Enable Youtube Data API and create client secrets in Google Cloud Console
- 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!
- Youtube (https://www.youtube.com/channel/UC4MdpjzjPuop_qWNAvR23JA)
- Website (http://devopsdirective.com)