package ocamltter

  1. Overview
  2. No Docs
OCamltter twitter client, and OAuth framework for Twitter and Flickr

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.0.tar.gz
md5=0bac97decc391f59b53d6d3622ce14c8

Description

OCamltter is a Twitter client written in OCaml. It provides OAuth library, and Twitter and Flickr APIs using it.

OCamltter

It is a CLI application, implemented as a custom OCaml toplevel (REPL). Common twitter commands are accessible via simple functions like:

Start it by:

$ ocamllter

Help is available by

# print_string help;;

OAuth, Twitter and Flickr library

OCamltter also provides the following libraries:

  • ocamltter_oauth: OAuth library
  • ocamltter_twitter: Twitter API
  • ocamltter_flickr: Flickr API

Published: 29 Oct 2014

Dependencies (8)

  1. orakuda >= "1.2.2" & < "2.0.0"
  2. spotlib >= "2.5.0"
  3. tiny_json_conv >= "1.4.1"
  4. ocurl >= "0.5.3"
  5. cryptokit
  6. omake build
  7. ocamlfind build
  8. ocaml >= "4.02.0" & < "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None