DEV Community

Deepak Raj for Py-Contributors

Posted on

How I am managing ton of Issue and Pull request message with Discord-Webhooks?

Hey Maintainers,

HacktoberFest is next week and you are getting a lot of issues and Pull request and finding a way to receive every update for that to manage your code.

it may sometimes hard to find issues and Pull request. what if you receive push-notification on your Pc/Mobile.

Have you ever used webhooks or Discord? With the help of Discord webhooks, you can get your GitHub Repository notification directly into your Discord Channel.

Here I will tell you the step by step guide for that

  • Create a person discord server and create a channel for your Github Repository where you will get notifications.

  • Click on edit channel and click on integrations and make a webhook & copy URL for that

Alt Text

  • Open your GitHub repository and click on settings/webhooks

  • Paste your WEBHOOK_URl there in payload_url and add /github in the last of URL

Example-
https://discordapp.com/api/webhooks/758896663891935243/ek_EDuBu-w04zy7Ym1GbUWGDACR5xBKvcts6eCYCfFVibY1F34ZQlw_fqiGAxIBb3MyF/github

  • select content type to application/json. Alt Text
  • Click to send me everything and add webhooks.
  • Click on a star to test notification in your Discord-server.

You can Like this Post if It helps you somehow.

Top comments (0)