F1-analysis / clone.py
tracinginsights's picture
Create clone.py
55a036a
raw
history blame
181 Bytes
from git import Repo
import os
GITHUB_PAT = os.environ['GITHUB']
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )