Jarvis-minibot

A simple golang bot that uses natural language processing to analyze the users' question and respond with data about the subject from 3rd Party APIs.

Jarvis Minibot

Description

Jarvis minibot is a simple bot that uses natural language processing to analyze the users' question and respond with data about the subject from 3rd Party APIs. The currently supported subjects are News and Weather.

Setup

Go Installation

Visit https://golang.org

Setup GOPATH

run these two commands on the terminal

echo "export PATH=$GOPATH/bin:$PATH" >> ~/.bashrc
source ~/.bashrc

then run this go get github.com/kardianos/govendor go get github.com/pilu/fresh

Setup project

Contribution