https://github.com/rodkranz/botirc
Bot for IRC in GoLang with small AI
https://github.com/rodkranz/botirc
Last synced: 5 months ago
JSON representation
Bot for IRC in GoLang with small AI
- Host: GitHub
- URL: https://github.com/rodkranz/botirc
- Owner: rodkranz
- Created: 2017-11-14T11:39:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T12:06:12.000Z (over 7 years ago)
- Last Synced: 2024-12-29T20:19:12.602Z (7 months ago)
- Language: Go
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot IRC [](https://travis-ci.org/rodkranz/botIRC) [](https://goreportcard.com/report/github.com/rodkranz/botIRC)
---
Simple AI for boot IRC### Execute
- **RUN**:
```bash
$ bra run
```
---
#### Build & Development tools- **[Go Dep](https://github.com/tools/godep) - Golang Dependency Manager**
- Tool Installation
```bash
$ go get -u github.com/golang/dep/cmd/dep
```- Usage (install dependencies)
```bash
$ dep ensure
```- **[Go Bra](https://github.com/Unknwon/bra) - Brilliant Assistant - Hot Reload**
- Tool Installation
```bash
$ go get -u github.com/Unknwon/bra
```
- Usage (run hot reload)
```bash
$ bra run
```- **[Go Lint](https://github.com/golang/lint/golint) - Golang Linter**
- Tool Installation
```bash
$ go get -u github.com/golang/lint/golint
```
- Usage
```bash
$ golint ./...
```