Try Restcomm Cloud NOW for FREE! https://www.restcomm.com/sign-up/ Zero download and install required.
All Restcomm docs and downloads are now available at https://www.restcomm.com.
This is a count.ly plugin that incorporates GitHub Webhook Events as Count.ly Custom Events, allowing you to track activity from your GitHub projects in Count.ly.
- 
Package the folder as a zip file and upload it to your count.ly installation. 
- 
Ensure you enable the plugin, from the Count.ly plugins management dashboard 
- 
Create a Count.ly application where all your data from GitHub will be inserted under. 
- 
Go to the Count.ly Management⇒Configurationspage and find the GitHub Analytics configuration section. Ensure you insert the application key from the app you just created, and asecretyou will use so that GitHub Webhook events come signed.
- 
Head over to your GitHub project, Settings⇒Webhooksand add a new Webhook.
- 
Ensure you have set the content type to application/json.
- 
Insert the secretfrom step 4.
The below events are currently supported:
- 
branch or tag creation / deletion: create/deleteevents
- 
forks of a project: fork
- 
issue creation / updates: issuesevents
- 
issue comments: issue_comment
- 
label updates on github issues: labels
- 
pull request creation / updates: pull_request
- 
pull request reviews: pull_request_review
- 
pull request review comments: pull_request_review_comment
- 
push: pushevents
- 
watch / star: watchevents