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)
- Host: GitHub
- URL: https://github.com/taktoa/tsbot
- Owner: taktoa
- License: mit
- Created: 2015-03-08T22:45:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T22:22:39.000Z (almost 11 years ago)
- Last Synced: 2025-07-12T02:56:23.312Z (12 months ago)
- Topics: bot, haskell, teamspeak3
- Language: Haskell
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TSBot
[](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
```