Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ studybot Public archive

[archive] Example chatbot in Go

License

Notifications You must be signed in to change notification settings

jorinvo/studybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studybot

This chatbot is an example for Chatbots: Development and Applications.

It is not intended to be run directly. Instead, this project should be used as a reference for developing other chatbots in the future.

Development

  1. Make sure Go is installed.
  2. Run go run main.go -help to see how to operate the service and which arguments are required.
  3. Use dep ensure -update to update the dependencies (requires dep).

License

MIT