Skip to content

AIML Chat bot written in node.js for Discord.

License

Notifications You must be signed in to change notification settings

ObliviousDonkey/Bot-chan

 
 

Repository files navigation

Bot-chan

AIML Chat bot written in node.js for Discord.

Based on program-y and discord.js.

Installation

Requirements:

Python 3.6 and Pip3

Nodejs >=8.0.0 and NPM

Install npm and python packages:

npm install

Example config.json

{
	"channelid": "123456789012345678",
	"token": "bot.token.here"
}

Running

Bot-chan uses program-y's REST client to communicate with the aiml interpreter. This process is spawned when the bot is started and ends when it is terminated.

Run Bot-chan: npm start

Bot-chan won't respond to messages prefixed with ##.

About

AIML Chat bot written in node.js for Discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • Shell 22.9%
  • Batchfile 12.2%