rodkranz / botIRC

Bot for IRC in GoLang with small AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot IRC Build Status Go Report Card


Simple AI for boot IRC

Execute

  • RUN:
    $ bra run

Build & Development tools

  • Go Dep - Golang Dependency Manager

    • Tool Installation

      $ go get -u github.com/golang/dep/cmd/dep
    • Usage (install dependencies)

      $ dep ensure
  • Go Bra - Brilliant Assistant - Hot Reload

    • Tool Installation

      $ go get -u github.com/Unknwon/bra
    • Usage (run hot reload)

      $ bra run
  • Go Lint - Golang Linter

    • Tool Installation

      $ go get -u github.com/golang/lint/golint
    • Usage

      $ golint ./...

About

Bot for IRC in GoLang with small AI


Languages

Language:Go 100.0%