This script will download all the videos inside of the Devpost CSV.
- Download Devpost project data WITHOUT PII
- Put this somewhere. Probably easiest inside the same folder as this script
- Make sure
youtube-dlis installed
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
python downloader.py <csv_file_path>