Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidopetri/kareebot
https://github.com/guidopetri/kareebot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guidopetri/kareebot
- Owner: guidopetri
- License: mit
- Created: 2018-07-10T16:15:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T02:53:17.000Z (about 3 years ago)
- Last Synced: 2024-10-13T00:08:52.102Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kareebot
## Setup
### Install vendors
Make sure you have Glide installed: https://github.com/Masterminds/glide
```bash
$ glide install
```### Add dictionary files
Add dictionary files in `./dicts/`.
### Build & run
```bash
$ go build
$ ./kareebot
```