/chatbot

A smart chatbot built with Wolfram and Wit.ai using Go

Primary LanguageGo

chatbot

Chatbot built with Wit.at and Wolfram Alpha API.

It basically answer any common questions.

Example

Question: What is the capital of Algeria?
Answer: The capital city of Algeria is Algiers, Algeria
Question: exit

Setup

  1. Get an API key from Wit.ai.
  2. Get an API key from Wolfram Alpha.
  3. Create a .env file with the following content:
WIT_AI_TOKEN=<WIT_TOKEN>
WOLFRAM_APP_ID=<WOLFRAM_TOKEN>

Usage

go run main.go