python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- get a YouTube API key from Google Developers Console
- create a file named
.env
in the root directory - add the following lines to
.env
:
YOUTUBE_API_KEY="YOUR_API_KEY"
python stitch.py