discord-bot-github
is an open source bot for sending GitHub Webhooks to Discord.
You can then relay this information by binding it to a specific channel. We are tailoring this bot to output messages in a more clean fashion.
npm install
node bot.js
- Remember to create a webhook and set the Payload URL to
http://YOURIP:8080/webhook
withapplication/json
1. eris
2. forky
3. github-webhook-handler
4. http
5. eslint
6. foreman
Configuration | Description |
---|---|
config.discord.token |
Discord Bot Token. You can find out more here. |
config.discord.channel_id |
Input the Discord channel ID that you want to bind the bot to. |
config.github.token |
Input the GitHub Webhook Secret/Token that you created. |
config.web.cname |
Don't Touch Me Please. Only if you have to. |
config.web.url |
Don't Touch Me Please. Only if you have to. |
config.web.workers |
Don't Touch Me Please. Only if you have to. |
config.web.path |
Don't Touch Me Please. Only if you have to. |
GNU GPL v3.
None
Currently, you can contribute to this project by:
- Submitting a detailed issue.
- Forking the project, and sending a pull request back to for review.
github-webhook-handler
eris `NodeJS Discord Wrapper`
nandun (Base Code)