ighorpi / dialogflow-discord

Dialogflow and discord integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dialogflow-discord


An implementation discord bot using Discord.js and Dialogflow. This project was use to bring the NPL features from dialogflow api to discord servers.

Quickstart

First Step

  1. Select or create a Cloud Platform project.
  2. Enable billing for your project.
  3. Enable the Dialogflow API.
  4. Set up authentication with a service account then you get your auth json that i use as key.json
  5. Discord Developer Portal so you can create your app and use your application token on .env

Installation

The project requires Node.js v4+ to run.

Install the dependencies and start the app.

$ cd dialogflow-discord
$ npm install
$ node .
Repo References:

About

Dialogflow and discord integration


Languages

Language:JavaScript 100.0%