Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.
/ GitBot Public archive

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

License

Notifications You must be signed in to change notification settings

pufferpanel/GitBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published