Ali-A-Koye / azure-ai-powered-discord-bot

combining AI and Discord Bot to pick out the negativity level per msg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Powered Discord Bot

this bot is developed with node.js, discord.js

Getting Started

Installation

$ npm install

Running the bot

.Env

DISCORD_TOKEN= #Your Discord account Token (You need to Make a bot in your account)
AZURE_KEY= #your Azure Api Key Cognitive Services Language Analyse
AZURE_ENDPOINT= #Your Azure Endpoint

SOURCE_CHANNEL= #channel id you want to listen to, and monitor all the msgs
DESTINATION_CHANNEL= #channel id you want to log the results

bot start command

# development
$ node server.js

About

combining AI and Discord Bot to pick out the negativity level per msg


Languages

Language:JavaScript 96.7%Language:Shell 3.3%