Git Logs is a Simple Github Webhook logger for Discord
but wait you may be thinking "Doesn't discord already have a webhook thing for Github?"
Yes! But... It doesn't send everything that Github's Webhook gives. So this posts those cool things!
To set this project up Install Nodejs 16 and Git once you got those installed follow the steps under
- Edit example.env and fill in the details
- Run the commands below
git clone https://github.com/CattoLogs/GitLogs-Public
cd GitLogs-Public
npm i
node .
- Go to https://github.com/USERNAME/REPO_NAME/settings/hooks
- Add a New webhook and the URL should be http(s)://domain/ip.com/github
- Set a Secret (MAKE SURE ITS THE SAME AS IN THE .ENV)
- Click send me everything (or pick what you would like)
Then you should be done :D It should start sending the embeds :)
- More Events
- Console Logging
- Better Embeds
- Whitelist/Blacklist events JSON file
- Add Comments
- All Events