Listen to Github events with self hosted server through the application,
and send the formatted event through a you registered discord hook.
Make sure GO is installed on your computer.
Clone the repository:
git clone https://github.com/DjCtavia/Github-Events.git
Move to the application directory:
cd Github-Events
Run the application:
go run main.go -hookUrl YourUniqueID@YourDiscordWebhookURL
You can add multiple -hookUrl
at a time.
-help
,--help
: Show help for the application.-hookUrl
,--hookUrl
<uniqueID>@*<discordHookURL> : Link a discord hook to an unique ID.-serverPort
,--serverPort
<PortToListen> : Set a port for the server receiving Github Events.
Everyone is welcome to contribute to this project. Here are a few steps to get started:
- Fork the project
- Create a new branch (
git checkout -b feature/awesome-feature
) - Commit your changes (
git commit -am 'Add some awesome feature'
) - Push to the branch (
git push origin feature/awesome-feature
) - Open a pull request
I appreciate your contributions to make this project better!