Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgdavey/wordbots
Bots for slack. Always random, sometimes funny.
https://github.com/jgdavey/wordbots
Last synced: 16 days ago
JSON representation
Bots for slack. Always random, sometimes funny.
- Host: GitHub
- URL: https://github.com/jgdavey/wordbots
- Owner: jgdavey
- License: epl-1.0
- Created: 2014-11-06T21:08:21.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2020-07-21T15:41:40.000Z (over 4 years ago)
- Last Synced: 2024-05-22T17:34:10.184Z (6 months ago)
- Language: Clojure
- Homepage:
- Size: 23.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordbots
Bots, mostly for slack room.
This project uses [Boot](http://boot-clj.com/).
## Usage
To run the server locally:
boot repl
Then, in the REPL:
(require 'wordbots.handler)
(in-ns 'wordbots.handler)
(init)
(def server (run-jetty #'app {:port 4000 :join? false}))## License
Copyright © 2016 Joshua Davey
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.