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

Latest commit

 

History

History
18 lines (10 loc) · 526 Bytes

readme.md

File metadata and controls

18 lines (10 loc) · 526 Bytes

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