8000 GitHub - utkarsh4tech/AI-Bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

utkarsh4tech/AI-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Bot in GO

A simple chatbot using Go, WIT-AI, WOLFRAM-ALPHA and SLACK API.

Installing the packages

  •   go get github.com/shomali11/slacker
  •   go get github.com/joho/godotenv
  •   go get github.com/krognol/go-wolfram
  •   go get github.com/tidwall/gjson
  •   go get github.com/wit-ai/wit-go/v2

Setting Up ENV file

Kindly Put the Following fields in your .env file.

  1. SLACK_BOT_TOKEN
  2. SLACK_APP_TOKEN
  3. WIT_AI_TOKEN
  4. WOLFRAM_APP_ID

Working

Watch this Demo video for better understanding :)

  • Flowchart Diagram

    Flowchart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0