A simple chatbot using Go, WIT-AI, WOLFRAM-ALPHA and SLACK API.
-
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
Kindly Put the Following fields in your .env
file.
- SLACK_BOT_TOKEN
- SLACK_APP_TOKEN
- WIT_AI_TOKEN
- WOLFRAM_APP_ID
Watch this Demo video for better understanding :)