Skip to content

Instantly share code, notes, and snippets.

View soyangel's full-sized avatar

Angel Luis Jimenez Martinez soyangel

View GitHub Profile
(ns twitter.core
(:use
[lamina core]
[aleph http formats]))
(defn twitter-stream []
(:body (sync-http-request
{:method :post
:basic-auth ["userCHANGEME" "passCHANGEME"]
:url "http://stream.twitter.com/1/statuses/filter.json"