# countly-github **Repository Path**: mirrors_RestComm/countly-github ## Basic Information - **Project Name**: countly-github - **Description**: A plugin for tracking GitHub activity in Count.ly - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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. = Count.ly Github Plugin 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. == Installation 1. Package the folder as a zip file and upload it to your count.ly installation. 1. Ensure you enable the plugin, from the Count.ly plugins management dashboard 1. Create a Count.ly application where all your data from GitHub will be inserted under. 1. Go to the Count.ly `Management` => `Configurations` page and find the GitHub Analytics configuration section. Ensure you insert the application key from the app you just created, and a `secret` you will use so that GitHub Webhook events come signed. 1. Head over to your GitHub project, `Settings` => `Webhooks` and add a new Webhook. 1. Ensure you have set the content type to `application/json`. 1. Insert the `secret` from step 4. == Supported Events The below events are currently supported: * branch or tag creation / deletion: `create` / `delete` events * forks of a project: `fork` * issue creation / updates: `issues` events * 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: `push` events * watch / star: `watch` events