I. Clean Python setup from scratch. (~1h) Skip if you already have a python environment setup or want to use your own python virtualenv setup
sudo apt-get install python3-pip python-devsudo apt-get install python3-pip python-dev| import requests | |
| import json | |
| import os | |
| import youtube_dl | |
| PANOPTO_BASE = "https://cardiff.cloud.panopto.eu" | |
| """ | |
| Place the value of your .ASPXAUTH token in the following variable | |
| """ |
| # Syncs files on a garmin device to garmin connect and keeps a local copy. | |
| # auth.json contains your garmin connect username(email) and password. | |
| import json | |
| import os | |
| import shutil | |
| import requests | |