Skip to content
Snippets Groups Projects
python3 -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt

rename and adapt config.sample.py to config.py
rename and adapt usersList.sample.csv to usersList.csv
rename and adapt videosList.sample.csv to videosList.csv

# Create list of user from csv
python3 createUsers.py usersList.csv

# Upload videos from csv
python3 putVideos.py videosList.csv

# get best definition of mp4 video for all videos
python3 getVideosMp4.py