https://github.com/krdlab/hs-twitter-client
Twitter client written in Haskell (example code)
https://github.com/krdlab/hs-twitter-client
Last synced: 11 months 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-03-23T15:29:17.000Z (about 13 years ago)
- Last Synced: 2025-02-08T11:34:24.214Z (over 1 year 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 { ... }
$