An open API service indexing awesome lists of open source software.

https://github.com/taktoa/tsbot

A TeamSpeak 3 bot written in Haskell (deprecated in favor of https://github.com/taktoa/pianoman)
https://github.com/taktoa/tsbot

bot haskell teamspeak3

Last synced: 10 months ago
JSON representation

A TeamSpeak 3 bot written in Haskell (deprecated in favor of https://github.com/taktoa/pianoman)

Awesome Lists containing this project

README

          

# TSBot

[![Build Status](https://travis-ci.org/taktoa/TSBot.svg?branch=master)](https://travis-ci.org/taktoa/TSBot)

``` sh
# Update to latest version of Cabal.
cabal update
cabal install cabal-install

# Initialize a sandbox and install the package's dependencies.
make install

# Configure & build the package.
make configure
make build

# Test package.
make test

# Run executable.
make run

# Start REPL.
make repl

# Generate documentation.
make haddock

# Analyze coverage.
make hpc
```