Skip to content

Instantly share code, notes, and snippets.

@miyamuko
miyamuko / xyttr-streaming-api.l
Created February 1, 2012 11:05 — forked from youz/xyttr-streaming-api.l
http-client版、xyttrでstreaming-apiを使用 (とりあえずfilter.jsonのtrackのみ)
;;; -*- mode: lisp; package: xyttr -*-
(eval-when (:compile-toplevel :load-toplevel :execute)
(require "cmu_loop")
(require "json")
(require "http-client")
(require "xyttr")
(use-package :http-client :xyttr))
(in-package :xyttr)
@miyamuko
miyamuko / tweet-with-photo.l
Created January 20, 2012 14:24 — forked from youz/tweet-with-photo.l
http-client版、xyttrで画像アップロード
;;; -*- mode:lisp; package:xyttr -*-
(eval-when (:compile-toplevel :load-toplevel :execute)
(require "oauth")
(require "http-client")
(require "xl-winhttp")
(require "xyttr")
(use-package :http-client :xyttr)
)
@miyamuko
miyamuko / xyttr-streaming-api.l
Created January 15, 2012 11:48 — forked from youz/xyttr-streaming-api.l
xl-winhttp版、xyttrでstreaming-apiを使用 (とりあえずfilter.jsonのtrackのみ)
;;; -*- mode: lisp; package: xyttr -*-
(eval-when (:compile-toplevel :load-toplevel :execute)
(require "cmu_loop")
(require "json")
(require "xl-winhttp")
(require "xyttr"))
(in-package :xyttr)