Hatena Blog API Library for Emacs
Put this package in your load-path-dir.
(require 'hatena-blog-mode.el)
(setq hatena-id "XXXXXXXX")
(setq hatena-blog-api-key "XXXXXXXX")
(setq hatena-blog-id "XXXXXXXX")
(setq hatena-blog-editing-mode "md") ;; set md or html(default as md)
(setq hatena-blog-backup-dir "XXXXXXXX") ;; set if you want to backup your post.
M-x hatena-blog-write
- write your entry
M-x hatena-blog-post
- get post
- update post
- dalete post
- write in html-mode
- write in hatena-mode
- http://ichiroc.hatenablog.com/entry/2013/12/16/235806
- https://github.com/takaishi/ya-hatena-mode
- https://gist.github.com/tarao/4465244
This software is released under the MIT License, see LICENSE.txt.