- Python 3.8 or higher
- pip
- install the requirements.txt
- Create a file named
.env in the root directory of this project (where all the files are / inside the folder named vods-uploader)
- Add the following environment variables to the
.env file:
GOOGLE_CLIENT_SECRETS_FILE=client_secrets.json
- Drag the
client_secrets.json file (downloaded from the google cloud console or given to you) into the root directory of this project (where all the files are / inside the folder named vods-uploader)
- Run the script:
python youtube_v3_video_uploader.py