https://github.com/passy/horse.hs
Tweet like a Horse
https://github.com/passy/horse.hs
Last synced: about 1 year ago
JSON representation
Tweet like a Horse
- Host: GitHub
- URL: https://github.com/passy/horse.hs
- Owner: passy
- License: mit
- Created: 2014-04-20T13:56:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T17:54:54.000Z (almost 12 years ago)
- Last Synced: 2025-03-30T13:04:28.593Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 184 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Horse.hs
========
Tweet like a Horse.
Development
-----------
```bash
cabal sandbox init
cabal install --only-dependencies
cabal build
```
Running
-------
```bash
cat data/*.txt | tr -d '\n' | cabal run horse.conf
```