https://github.com/vickumar1981/xc-bot
A chatbot for Slack!
https://github.com/vickumar1981/xc-bot
Last synced: 12 months ago
JSON representation
A chatbot for Slack!
- Host: GitHub
- URL: https://github.com/vickumar1981/xc-bot
- Owner: vickumar1981
- Created: 2016-01-19T22:13:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T16:24:17.000Z (over 9 years ago)
- Last Synced: 2025-03-12T14:46:56.572Z (over 1 year ago)
- Language: Scala
- Size: 251 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
A slackbot that uses JMegaHal (http://www.jibble.org/jmegahal/) to learn language structure
## Start Instructions ##
scalaVersion := "2.11.6", sbt.version = 0.13.9
Compile:
```
sbt compile
```
to Run:
```
sbt clean run
```
