https://github.com/passy/tweetproxy
An authenticated Twitter API proxy in Haskell. (WIP)
https://github.com/passy/tweetproxy
Last synced: over 1 year ago
JSON representation
An authenticated Twitter API proxy in Haskell. (WIP)
- Host: GitHub
- URL: https://github.com/passy/tweetproxy
- Owner: passy
- License: other
- Created: 2013-07-15T22:05:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-02T22:12:49.000Z (almost 13 years ago)
- Last Synced: 2025-02-04T20:45:45.204Z (over 1 year ago)
- Language: Haskell
- Size: 69.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweetproxy
## WORK IN PROGRESS
An authenticated Twitter API proxy in Haskell.
## WTF is this?
This is just me failing in public building some sort of a RESTful API thingy in
Haskell. I just like to Share All The Things™.
## Building
```
cabal install --dependencies-only
cabal configure
cabal build
dist/build/tweetproxy/tweetproxy --config=tweetproxy.conf.example
```