yoshihiro503 / ocamltter

ocamltter is a Twitter client in OCaml. This client run on the OCaml toplevel interpreter. Then each operation on the client is just a OCaml function and you can develop a twitter program interactively.

Home Page:http:/proofcafe.org/wiki/ocamltter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ocamltter is a Twitter client in OCaml. This client run on the OCaml toplevel interpreter. Then each operation on the client is just a OCaml function and you can develop a twitter program interactively.

http:/proofcafe.org/wiki/ocamltter

License:MIT License


Languages

Language:OCaml 91.6%Language:Coq 6.8%Language:Makefile 1.3%Language:Shell 0.4%