Skip to content

knighton/github-repo-traffic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-repo-traffic

Steps:

  1. 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/"
}
  1. python3 fetch.py (run this daily, or whenever)

  2. python3 process.py (generate clean data to plot)

  3. python3 plot.py (plot it)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages