Skip to content

secreek/GvS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GvS

Github eVent Synchronize

Current Status

Working version

API for user contribution to our organization

INPUT

  • secreek as organization name
  • list of member to track

OUTPUT

  • List of key-value pair in JSON: "username": "score"
  • Filters: since "last 24hrs", "last week", "day one"

Github API

http://developer.github.com/v3/activity/events/ http://developer.github.com/v3/activity/events/types/

How to calculate the scores

  • +2 per CommitCommentEvent
  • +10 per CreateEvent
  • +5 per DeleteEvent
  • +3 per DownloadEvent
  • +1 per FollowEvent
  • +3 per ForkEvent
  • +5 per ForkApplyEvent
  • +5 per GistEvent
  • +3 per GollumEvent
  • +1 per IssueCommentEvent
  • +3 per IssuesEvent
  • +10 per MemberEvent
  • +10 per PublicEvent
  • +5 per PullRequestEvent
  • +2 per PullRequestReviewCommentEvent
  • +3 per Commit per PushEvent
  • +0 per TeamAddEvent
  • +1 perWatchEvent

About

Github eVent Synchronize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors