Created
March 4, 2012 17:22
-
-
Save hexx/1973976 to your computer and use it in GitHub Desktop.
Get Tumblr Avatar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env scalas | |
!# | |
/*** | |
libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.8" | |
*/ | |
import dispatch._ | |
val http = new Http | |
val req = :/("api.tumblr.com") / "v2" / "blog" / "pab-tech.tumblr.com" / "avatar" | |
val handler = req >>> new java.io.FileOutputStream("cat.png") | |
http(handler) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment