Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Scrapes the GitHub contributions graph SVG and outputs JSON.

Notifications You must be signed in to change notification settings

donmccurdy/github-contributions-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Contributions Scraper

Scrapes the GitHub contributions graph SVG and outputs JSON.


Converts this...

contributions graph image

...to this:

[
  {
    "count": 1,
    "date": "2015-08-16"
  },
  {
    "count": 3,
    "date": "2015-08-17"
  },
  {
    "count": 2,
    "date": "2015-08-18"
  },
  {
    "count": 1,
    "date": "2015-08-19"
  },
  
  // ...

]

Usage

node index.js $USER output.json

About

Scrapes the GitHub contributions graph SVG and outputs JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published