Skip to content

A project that consumes GitHub webhooks for alerts in chats.

Notifications You must be signed in to change notification settings

victorvcruz/webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook

This project consists of an endpoint to consume webhooks of Pull Request from github and send notifications in specific chats.

Platforms already integrated

discord slack google_chat


Architecture

Built With

fiber

mongoDB

Pre-requisites

  • go
    sudo snap install go --classic
  • mongoDB

Installation

  1. Clone the repository
    git clone https://github.com/victorvcruz/social_network_project.git
  2. Install go packages
    go mod download

Usage

Add your url in Repository->Setting->Webhook

  • Insert your platform chat and your environment variables in .env

To start execution

  • run
    go run main.go

About

A project that consumes GitHub webhooks for alerts in chats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages