Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodkranz/botirc
Bot for IRC in GoLang with small AI
https://github.com/rodkranz/botirc
Last synced: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T12:06:12.000Z (about 7 years ago)
- Last Synced: 2024-11-07T22:42:32.580Z (about 2 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 [![Build Status](https://travis-ci.org/rodkranz/botIRC.svg?branch=master)](https://travis-ci.org/rodkranz/botIRC) [![Go Report Card](https://goreportcard.com/badge/github.com/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 ./...
```