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

Latest commit

 

History

History
21 lines (18 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 369 Bytes

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