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:
- Click on settings
- Go to integrations
- Click on Github
- You will get a token there. Copy that and call it, say TOKEN.
- In Github repository settings, go to webhooks
- create a new webhook
- use https://webhooks.gitter.im/e/{TOKEN} in the url field.
- use
application/x-www-form-encoded
in the content-type field - Configure the webhook with the events updates you want to receive
- Save it
- Done! Enjoy the integration.