ocamltterversion
The OCAMLTTER OAuth1 library and twitter, flickr clients
OCAMLTTER is an OAuth1 library with a CUI twitter client and a flickr uploader.
OCAMLTTER Twitter client is a CLI application, implemented as a custom OCaml toplevel (REPL). Common twitter commands are accessible via simple functions like:
- l();; list timeline
- lc COUNT;; list timeline (COUNT lines)
- lu "NAME";; list NAME's timeline
- m();; list mentions (tweet containing @YOU)
- u "TEXT";; post a new message
- re ID "TEXT";; reply to ID
- del ID;; delete tweet of ID
- rt ID;; retweet ID
- qt ID "TEXT";; qt ID
- follow "NAME";; follow NAME
- unfollow "NAME";; unfollow NAME
- fav ID;; mark ID as favorites
- report_spam "NAME" report NAME as a spam user
- s "WORD";; search tweets by a WORD
- setup ();; (re)authorize ocamltter
- let CMD = ...;; define a your own command CMD
- help;; print the help
Authors | Yoshihiro Imai and Jun Furuse |
---|---|
Published | |
Homepage | https://github.com/yoshihiro503/ocamltter |
Issue Tracker | https://github.com/yoshihiro503/ocamltter/issues |
Maintainer | jun.furuse@gmail.com |
Dependencies |
|
Source [http] | https://github.com/yoshihiro503/ocamltter/archive/4.1.1.tar.gz sha256=da977e795b8ec6dabe0d36cad9470661c8fa5ae352dae192b9d43d3ed75301f3 md5=eb27659f8c95029a8c91cdd2b8e5e62a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocamltter/ocamltter.4.1.1/opam |
No package is dependent