Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 886 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 886 Bytes

The OCAMLTTER OAuth, Twitter and Flickr library

License

    MIT License: see the MIT-LICENSE file

Requirements

  • OCaml >= 4.02.1
  • Cryptokit >= 1.10
  • OCurl(known also as ocaml-curl or curl for OCaml) >= 0.7.2
  • Spotlib >= 2.5.1
  • ppx_meta_conv >= 2.0.0
  • ppx_orakuda >= 2.0.0 (OPAM package name is orakuda)
  • OMake

Installation

  • Install required libraries. OPAM is an easy and highly recommended way to install them semi-automatically.
  • omake

It installs the following packages:

  • ocamltter : a Twitter client
  • ocamltter_oauth : OAuth library
  • ocamltter_twitter : Twitter API in OCaml
  • ocamltter_flickr : Flickr API in OCaml

Bugs report