Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/krdlab/hs-twitter-client
- Owner: krdlab
- License: mit
- Created: 2012-05-17T17:44:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-23T15:29:17.000Z (almost 12 years ago)
- Last Synced: 2024-10-28T09:09:08.297Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 125 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 { ... }
$