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

MARCHAL Julien
authored
Name | Last commit | Last update |
---|---|---|
migration | ||
.gitignore | ||
README | ||
config.sample.py | ||
createUsers.py | ||
getVideosMp4.py | ||
putVideos.py | ||
requirements.txt | ||
usersList.sample.csv | ||
videosList.sample.csv |