Skip to content

krdlab/hs-twitter-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=<input text>
Status { ... }
$ 

About

Twitter client written in Haskell (example code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published