package ocamltter

  1. Overview
  2. No Docs
The OCAMLTTER OAuth1 library and twitter, flickr clients

Install

Dune Dependency

Authors

Maintainers

Sources

4.1.1.tar.gz
md5=eb27659f8c95029a8c91cdd2b8e5e62a

Description

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

Published: 03 Feb 2017

Dependencies (11)

  1. ppx_monadic
  2. tiny_json
  3. ppx_meta_conv >= "2.4.0" & < "2.6.0"
  4. ppx_orakuda >= "3.0.0"
  5. spotlib >= "3.0.0"
  6. ocurl >= "0.5.3"
  7. cryptokit
  8. omake build
  9. ocamlfind build
  10. base64 < "3.0.0"
  11. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None