/GitBot

GitBot — a Node.js IRC bot that relays GitHub webhooks to an IRC channel.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

GitBot

You will need to create a config.json file in the root directory where this is installed.

{
	"secret": "Github Secret Token",
	"irc": {
		"channel": "#channel",
		"server": "irc.freenode.net",
		"botname": "MyBot"
	},
	"main_repository": "PufferPanel/GitBot"
}
git clone https://github.com/PufferPanel/GitBot.git
npm install
npm start