Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krdlab/hs-twitter-client

Twitter client written in Haskell (example code)
https://github.com/krdlab/hs-twitter-client

Last synced: 16 days ago
JSON representation

Twitter client written in Haskell (example code)

Awesome Lists containing this project

README

        

hs-twitter-client
=================

Twitter client written in Haskell

## Prepare

Edit configuration file. (e.g. "twitter.conf")

oauthConsumerKey = xxx
oauthConsumerSecret = xxx
accessToken = xxx
accessSecret = xxx

## Build & Run

$ cd ${project}
$ cabal-dev install
$ ./cabal-dev/bin/hstter twitter.conf user-stream # fetch and show your statuses
$ ./cabal-dev/bin/hstter twitter.conf update-statuses # update your statuses
status=
Status { ... }
$