Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Harkishen-Singh/47a7886ac5e295e7beaae8e589ee6635 to your computer and use it in GitHub Desktop.
Save Harkishen-Singh/47a7886ac5e295e7beaae8e589ee6635 to your computer and use it in GitHub Desktop.

Integrating Gitter with Github using Webhooks manually

This gist discusses about integrating gitter community with Github webhooks so that updates in github can be shwon under activity place in gitter comunity room.

To do this, follow the steps:

  1. Click on settings
  2. Go to integrations
  3. Click on Github
  4. You will get a token there. Copy that and call it, say TOKEN.
  5. In Github repository settings, go to webhooks
  6. create a new webhook
  7. use https://webhooks.gitter.im/e/{TOKEN} in the url field.
  8. use application/x-www-form-encoded in the content-type field
  9. Configure the webhook with the events updates you want to receive
  10. Save it
  11. Done! Enjoy the integration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment