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.
Install / Use
/learn @yoshihiro503/OcamltterREADME
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
- https://github.com/yoshihiro503/ocamltter/issues
