Steps:
- Populate
data/config.json
. It should look like:
{
"token": <your github personal access token>,
"repos": <list of repos to track>,
"raw": "data/raw.jsonl",
"proc": "data/proc/",
"plot": "data/plot/"
}
-
python3 fetch.py
(run this daily, or whenever) -
python3 process.py
(generate clean data to plot) -
python3 plot.py
(plot it)