Skip to content

Instantly share code, notes, and snippets.

@aktowns
Created May 3, 2011 12:29
Show Gist options
  • Save aktowns/953240 to your computer and use it in GitHub Desktop.
Save aktowns/953240 to your computer and use it in GitHub Desktop.
action main()
kSEARCH_URL := "http://search.twitter.com/search?q=ikeeex"
if web -> is connected then
raw_tweets := web -> download(kSEARCH_URL)
tweets := web -> json(raw_tweets)
foreach json in tweets -> field("results")
image := web->download picture (json -> field("profile_image_url)
image -> post to wall
image -> resize(32,32)
image -> update on wall
json -> field("text")->post to wall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment