view sync_to_github.py @ 18:6f38aa08408d

starting over: make a web page that draws a streamed graph from collector, with plans for services to scrape the data that collector will subscribe to
author drewp@bigasterisk.com
date Sun, 09 Jan 2022 00:21:41 -0800
parents 2c4d383d464c
children
line wrap: on
line source

#!/usr/bin/python3
from pathlib import Path

from sync import Project, getSshAuthSock

p = Project(Path('.').absolute())
p.makeGithubRepo()
p.hgToGithub()