package ocamltter

  1. Overview
  2. No Docs
The OCAMLTTER twitter client

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.2.tar.gz
md5=93832e8df2777c14121ade98501dbac8

Description

OCAMLTTER is a Twitter client written in OCaml.

It 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

Published: 18 Feb 2014

Dependencies (8)

  1. orakuda >= "1.1.1" & < "2.0.0"
  2. spotlib >= "2.4.0" & < "3.0.0"
  3. tiny_json_conv >= "1.4.1"
  4. ocurl >= "0.5.3"
  5. cryptokit
  6. omake
  7. ocamlfind
  8. ocaml >= "4.01.0" & < "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None