Utilising the Twitter API
October 26, 2009 3:39 PM Subscribe
Where to start: extracting images from a Twitter search and presenting them on a webpage?
I have almost no programming knowledge, but I have a small project in mind, and have no idea where to start. (And also about a week to do it in, since it's a time-sensitive project.)
Here's what I want to do:
- Get the results of a Twitter search along the lines of "something something twitpic filter:links" (ie, get all the results of a search for "something something" that include a link to a Twitpic image).
- Get a thumbnail of each Twitpic image
- Present these thumbnails on a webpage
Twitter's API can do what I want, as can Twitpic's, I'm just not sure where I should start. Presumably, I need to get the tweets, perform some kind of regex voodoo to extract the Twitpic links, and borrow Twitpic's API to get thumbnails for them.
This sounds like it should be fairly easy, but I'm a guy that doesn't have fluency in any programming language, so I can't even picture what my first step would be. I'm probably approaching this a little backwards, too -- trying to consider how Twitter's API is rate-limited, and it would need some form of caching, etc, etc. (Though I can't program, I do have some basic fundamental knowledge of the concepts and idea involved, like rate-limiting and cacheing, and such.)
So where do you think I should start? Learning the basics of X programming language seems like a sensible step 1, but I don't have much interest in actually learning to program in X, just in learning to do this in X. Whatever X may be.
It doesn't really matter if I can't do this in a week, but if it took much more than a week to do, I'm not sure it would be worth the time.
What do you think?
posted by nostrich to computers & internet (3 answers total)
posted by c, as in "kitchen" at 4:09 PM on October 26, 2009