An interface to the twister microblogging application from Emacs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Marcel van der Boom 0f8b253b1f Merge branch 'master' of github.com:mrvdb/twister.el 11 years ago
elisp-json-rpc@f653a7c61a Updated submodule elisp-json-rpc 11 years ago
.gitmodules Add the elisp-json-rpc repository as submodule 11 years ago
README.md Update README.md 11 years ago
twister-example.el Add a little example 11 years ago
twister.el Load path does not belong in there 11 years ago

README.md

twister.el

An interface to the twister microblogging application from Emacs

Dependencies

This library uses https://github.com/skeeto/elisp-json-rpc to issue json rpc commands to the twister daemon. Make sure it is reachable by your emacs load-path.

Usage

(require 'twister)

;; Configure an exsting username
(setq twister-user "yournick")

;; Usage from code
(twister-post
  "I have installed twister.el, and it works! -- https://github.com/mrvdb/twister.el  #emacs #twister")