Git Product home page Git Product logo

okagawa / ocamltter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yoshihiro503/ocamltter

0.0 1.0 0.0 1.11 MB

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

License: MIT License

OCaml 91.13% Coq 7.15% Makefile 1.34% Shell 0.37%

ocamltter's Introduction

The OCAMLTTER twitter client

License

    MIT License: see the MIT-LICENSE file

Requirements

  • OCaml >= 4.01.0
  • Cryptokit >= 1.9
  • OCurl(known also as ocaml-curl or curl for OCaml) >= 0.6.0
  • Spotlib >= 2.4.0
  • Type_conv >= 109.60.00
  • Meta_conv >= 1.1.3
  • Tiny_json_conv >= 1.4.0
  • OMake

Installation

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

How to use

Run

       $ ./ocamltter

You can use following commands:

       - 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

You may modify the config.ml

  • You can set your twitter id
  • You can set your interesting keywords
  • You can set ignored users

Quit

        #quit;;  or  ^D

Bugs report

ocamltter's People

Contributors

camlspotter avatar dominicjprice avatar esumii avatar furu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.