kevin50406418 / Dialogflow2Discord

Discord Integration for Dialogflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialogflow2Discord

This is an integration for Discord for Dialogflow (API.AI). All you have to do to use this integration is change the config.js to include the tokens given by Dialogflow (API.AI) and Discord to run the index.js after downloading it.

Getting Started

Installing

npm install discorddialogflow --save

Prerequites

Make sure to change the config.js file. You would need the get the token from discord and dialogflow.

module.exports = {
	Dialogflow: '<Enter your Dialogflow token here>',
	Discord: '<Enter your discord token here>'
}

Dialogflow Discord

Running the service

This is all you have to do after changing the config.js. 😊

node index

Built With

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Discord Integration for Dialogflow

License:MIT License


Languages

Language:JavaScript 100.0%