<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with API</title>
      <link>http://ask.metafilter.com/tags/API</link>
      <description>Questions tagged with 'API' at Ask MetaFilter.</description>
	  <pubDate>Sun, 20 Dec 2009 12:16:59 -0800</pubDate> <lastBuildDate>Sun, 20 Dec 2009 12:16:59 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How to send phone pics to a spartan web site via Flickr?</title>
	<link>http://ask.metafilter.com/141161/How%2Dto%2Dsend%2Dphone%2Dpics%2Dto%2Da%2Dspartan%2Dweb%2Dsite%2Dvia%2DFlickr</link>	
	<description>What&apos;s a minimal self-hosted &quot;blog&quot; that hooks into Flickr&apos;s API so I can send photos from my camera directly to my web site? Ideally, I want a blog that is not a blog. I don&apos;t want tags, or articles, or categories, or spam filters, or any of that stuff. A perfect solution workflow would be this:&lt;br&gt;
&lt;br&gt;
I take a picture with my phone&lt;br&gt;
I send it to Flickr via e-mail&lt;br&gt;
Flickr then posts it to my website with no interaction&lt;br&gt;
&lt;br&gt;
The ideal layout would be a main site title, and each time I send a photo it appears as the newest one, using the title I typed. There would be maybe 10 photos on the main page. You could access earlier photos by clicking &quot;older&quot; or something like that which would serve as the archives.&lt;br&gt;
&lt;br&gt;
I can do this with wordpress, movable type, typepad, etc., but they are all way too huge feature-wise and not what I want. I can also do this with blogger or tumblr, but they are not self-hosted. I tried this recently with textpattern, but the templates and general admin are much too complicated for my needs.&lt;br&gt;
&lt;br&gt;
It should be very simple, aesthetics-wise. You could maybe change the color scheme / typography via CSS, but that&apos;s about it.&lt;br&gt;
&lt;br&gt;
Does something like this exist? For the Flickr hook-in it needs to be a MetaWeblogAPI Enabled Blog or other Flickr-approved application.&lt;br&gt;
&lt;br&gt;
Thanks for any suggestions.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.141161</guid>
	<pubDate>Sun, 20 Dec 2009 12:16:59 -0800</pubDate>
	<category>api</category>
	<category>app</category>
	<category>cms</category>
	<category>email</category>
	<category>flickr</category>
	<category>photos</category>
	<category>php</category>
	<category>web</category>
	<category>weblog</category>
	<dc:creator>ehamiter</dc:creator>
	</item>
	<item>
	<title>Pseudo-geeks, Google Maps, bus routes and the quest for happiness. </title>
	<link>http://ask.metafilter.com/139967/Pseudogeeks%2DGoogle%2DMaps%2Dbus%2Droutes%2Dand%2Dthe%2Dquest%2Dfor%2Dhappiness</link>	
	<description>How complicated is it to create a bus map on the Google Maps API? So I saw this Google Maps mashup with NYC subways and I was wondering how hard it would be for a someone with decent geek-fu to figure out how to do it. I know that any self-respecting geek would just tuck down and tinker but I am a little stressed for time. &lt;br&gt;
&lt;br&gt;
I am a little familiar with Javascript, PHP and MySql (more in terms of adapting then writing) and am willing to learn. I just need to know that this is not going to be a time sink. I can spend my commute throwing the actual bus routes into a KML map (is that what it is called? My knowledge in this field is limited at best.)&lt;br&gt;
&lt;br&gt;
So what I ask of you, oh Giant Seething Meta-Brain, is what are the main steps I need to take for this? What will this require of me? How long would this take someone who is relatively proficient? What about someone with the coding skills of a drunk duck?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139967</guid>
	<pubDate>Sun, 06 Dec 2009 14:56:24 -0800</pubDate>
	<category>api</category>
	<category>bus</category>
	<category>geek</category>
	<category>googlemaps</category>
	<category>javascript</category>
	<category>route</category>
	<category>traffic</category>
	<dc:creator>eytanb</dc:creator>
	</item>
	<item>
	<title>Utilising the Twitter API</title>
	<link>http://ask.metafilter.com/136511/Utilising%2Dthe%2DTwitter%2DAPI</link>	
	<description>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&apos;s a time-sensitive project.)&lt;br&gt;
&lt;br&gt;
Here&apos;s what I want to do:&lt;br&gt;
- Get the results of a Twitter search along the lines of &quot;something something twitpic filter:links&quot; (ie, get all the results of a search for &quot;something something&quot; that include a link to a Twitpic image).&lt;br&gt;
- Get a thumbnail of each Twitpic image&lt;br&gt;
- Present these thumbnails on a webpage&lt;br&gt;
&lt;br&gt;
Twitter&apos;s API can do what I want, as can Twitpic&apos;s, I&apos;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&apos;s API to get thumbnails for them.&lt;br&gt;
&lt;br&gt;
This sounds like it should be fairly easy, but I&apos;m a guy that doesn&apos;t have fluency in any programming language, so I can&apos;t even picture what my first step would be. I&apos;m probably approaching this a little backwards, too -- trying to consider how Twitter&apos;s API is rate-limited, and it would need some form of caching, etc, etc. (Though I can&apos;t program, I do have some basic fundamental knowledge of the concepts and idea involved, like rate-limiting and cacheing, and such.)&lt;br&gt;
&lt;br&gt;
So where do you think I should start? Learning the basics of X programming language seems like a sensible step 1, but I don&apos;t have much interest in actually learning to program in X, just in learning to do &lt;i&gt;this&lt;/i&gt; in X. Whatever X may be.&lt;br&gt;
&lt;br&gt;
It doesn&apos;t really matter if I can&apos;t do this in a week, but if it took much more than a week to do, I&apos;m not sure it would be worth the time.&lt;br&gt;
&lt;br&gt;
What do you think?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136511</guid>
	<pubDate>Mon, 26 Oct 2009 15:39:46 -0800</pubDate>
	<category>api</category>
	<category>programming</category>
	<category>search</category>
	<category>twitter</category>
	<dc:creator>nostrich</dc:creator>
	</item>
	<item>
	<title>Google AdWords via Database?</title>
	<link>http://ask.metafilter.com/130721/Google%2DAdWords%2Dvia%2DDatabase</link>	
	<description>Anyone know of a way to set up a Google AdWords account so that ads and keywords can be uploaded in bulk (as a database)? I would very much like to be able to place Google AdWords ads in bulk (by the thousands), not one by one.  Surely there&apos;s got to be some way to do this?&lt;br&gt;
&lt;br&gt;
Has anyone heard of any way that this can be done?  Perhaps uploading or feeding some kind of database to Google (in whatever format they require) with fields such as 1.) triggering keyword, 2.) title/text of ad, 3.) ad link, 4.) bid for the keyword, etc. ... something along those lines?&lt;br&gt;
&lt;br&gt;
I&apos;ve been searching and sifting through information about the AdWords API but with no luck so far ... and yet it&apos;s such a simple idea, surely I&apos;m missing something obvious?  If you have any experience with this kind of thing, your thoughts and ideas are very much appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130721</guid>
	<pubDate>Thu, 20 Aug 2009 15:53:58 -0800</pubDate>
	<category>advertising</category>
	<category>adwords</category>
	<category>api</category>
	<category>cpc</category>
	<category>google</category>
	<category>online</category>
	<dc:creator>dacoit</dc:creator>
	</item>
	<item>
	<title>What charities have APIs or allow users to write programs that donate to them</title>
	<link>http://ask.metafilter.com/129529/What%2Dcharities%2Dhave%2DAPIs%2Dor%2Dallow%2Dusers%2Dto%2Dwrite%2Dprograms%2Dthat%2Ddonate%2Dto%2Dthem</link>	
	<description>Is there any non-profit or charity that allows you to programatically donate?  E.g. I run a website and when users do certain things, I&apos;d like to say &quot;proceeds from such actions go to a good cause.&quot;  Right now, I&apos;m doing it by hand.  I&apos;ve seen Kiva come out with an API, but it&apos;s mainly for showing off their transactions, no money changes hands.  I&apos;m sure charities take PayPal?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129529</guid>
	<pubDate>Fri, 07 Aug 2009 09:18:28 -0800</pubDate>
	<category>API</category>
	<category>charity</category>
	<dc:creator>racecar</dc:creator>
	</item>
	<item>
	<title>PHP -&gt; Twitter API at specified times: what am I Doing Wrong?</title>
	<link>http://ask.metafilter.com/128780/PHP%2DTwitter%2DAPI%2Dat%2Dspecified%2Dtimes%2Dwhat%2Dam%2DI%2DDoing%2DWrong</link>	
	<description>Please help me write a PHP script that publishes Twitter updates at pre-specified times. I&apos;m working on a script that will update Twitter with reminders about upcoming shows at a music festival, building on &lt;strong&gt;lodev&lt;/strong&gt;&apos;s idea &lt;a href=&quot;http://ask.metafilter.com/69022/How-instant-is-a-Twitter-update#1033437&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;ve currently got &lt;a href=&quot;http://pastebin.com/m3f605f0f&quot;&gt;this script&lt;/a&gt;, which calls a text file structured like in this made-up example:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;XXXUPDATE SponsorCo Stage: THE BEATLES in 30 minutes XXXTIME August 21 2009 21:30 +0200 XXXDONE 0 XXXENDLINE&lt;br&gt;
XXXUPDATE MegaCorp Stage: ROLLING STONES in 30 minutes XXXTIME August 21 2009 22:45 +0200 XXXDONE 0 XXXENDLINE&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
Proprietary format, I know. :) There are six Twitter accounts right now for separate concert stages, more may follow. &lt;br&gt;
&lt;br&gt;
All six separate scripts are called from a Ruby file via pycron, every minute. I understand that&apos;s plenty often and I don&apos;t really need that kind of temporal resolution, but it uses relatively few processor cycles so I&apos;m not really complaining.&lt;br&gt;
&lt;br&gt;
As you can see in the PHP code:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;if (($now &amp;lt;= ($utime + 30)) &amp;amp;&amp;amp; ($now &amp;gt;= ($utime - 29))) {&lt;br&gt;
if ($update[3] !== 1) {&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
When an update is ready for publication it should, theoretically at least, satisfy the first &quot;if&quot; statement and be published. The second &quot;if&quot; checks a &quot;done&quot; flag in the text file which I have as of yet not used (i.e. they&apos;re all set to 0 and the current code doesn&apos;t amend them).&lt;br&gt;
&lt;br&gt;
Now, I &quot;stress-tested&quot; this with some test updates on all six accounts, including many simultaneous ones (carrying the same timestamp) on the different accounts for ten minutes with six (one for each account) every minute, and out of maybe a hundred-something tweets (I ran multiple iterations of the test) only one was dropped, i.e. it was in the text file but was not published.&lt;br&gt;
&lt;br&gt;
Even one dropped update is unacceptable to me, and I strongly suspect I am Doing It Wrong. But how? The problem basically boils down to the following question:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;What better method would there be to push out the updates reliably using the server config I currently have (XP, Apache, PHP5, Ruby, pycron), very preferably without using databases?&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
When it comes to scripting I really only speak PHP and a little JavaScript: even the (very basic) Ruby script was kindly provided to me for a different project.&lt;br&gt;
&lt;br&gt;
So there&apos;s just too little time before the event to learn a new language or start out with MySQL or whatever before the event, and I&apos;m not really eager to change to different software or change my server configuration (or set up another box) just for one-off project that will last just a few days. This is just to say that it&apos;s not due to an unwillingness on my part, but rather due to practical considerations.&lt;br&gt;
&lt;br&gt;
If anyone could offer their insights I would be ever so grateful. Thanks in advance, guys.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128780</guid>
	<pubDate>Wed, 29 Jul 2009 18:29:11 -0800</pubDate>
	<category>api</category>
	<category>code</category>
	<category>coding</category>
	<category>cotweet</category>
	<category>cron</category>
	<category>crontab</category>
	<category>php</category>
	<category>pycron</category>
	<category>resolved</category>
	<category>twitter</category>
	<category>twitterapi</category>
	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>How do I hook Windows desktop folder clicks?</title>
	<link>http://ask.metafilter.com/125968/How%2Ddo%2DI%2Dhook%2DWindows%2Ddesktop%2Dfolder%2Dclicks</link>	
	<description>I&apos;d like to write a program for Windows XP that detects when a folder on the desktop is clicked and switches the desktop location to that folder, instead of the default Explorer behavior of opening the folder in a window. Roughly, the program will behave like this:&lt;br&gt;
1. User left-clicks folder A on the desktop.&lt;br&gt;
2. Program captures the click, changes the appropriate registry keys, and refreshes the desktop view so that folder A&apos;s contents are now displayed on the desktop. (Folder A does not open in an explorer window).&lt;br&gt;&lt;br&gt;

I&apos;m competent at programming, but don&apos;t have much experience with the Windows API or hooking. From some googling, I gather that a decent approach is to hook WH_MOUSE_LL, but it seems that detecting whether the clicked object is a folder is non-trivial and potentially kludgey.&lt;br&gt;&lt;br&gt;

Can you advise a general approach that (1) accomplishes the described behavior and (2) isn&apos;t too hacky?&lt;br&gt;&lt;br&gt;

Thanks so much,&lt;br&gt;
Long</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.125968</guid>
	<pubDate>Sat, 27 Jun 2009 14:38:45 -0800</pubDate>
	<category>api</category>
	<category>desktop</category>
	<category>explorer</category>
	<category>programming</category>
	<category>windows</category>
	<dc:creator>long</dc:creator>
	</item>
	<item>
	<title>MLB + API = ?</title>
	<link>http://ask.metafilter.com/120399/MLB%2DAPI</link>	
	<description>I&apos;m looking for an API that&apos;ll give me near-real-time access to the day&apos;s baseball scores, including individual player lines. Anybody? Anybody? Bueller? I&apos;d prefer a free or modestly-priced solution. And barring an existing API, I&apos;d welcome advice on how to construct one via screen-scraping or some other method.&lt;br&gt;
&lt;br&gt;
(I expected this to be easier to find. :-( )</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120399</guid>
	<pubDate>Fri, 24 Apr 2009 08:22:11 -0800</pubDate>
	<category>api</category>
	<category>baseball</category>
	<category>mlb</category>
	<category>programming</category>
	<dc:creator>joshjs</dc:creator>
	</item>
	<item>
	<title>Give me my tweets from July 6, 2007</title>
	<link>http://ask.metafilter.com/118001/Give%2Dme%2Dmy%2Dtweets%2Dfrom%2DJuly%2D6%2D2007</link>	
	<description>Extracting twitter updates for a particular date through the API... how?! I&apos;ve scoured the API documentation, and I can&apos;t seem to figure this out (my hope is that I&apos;m overlooking some simple, elegant solution). Is there a way, preferably using the REST API with PHP, to grab tweets based on a given date? I&apos;ve read &lt;a href=&quot;http://ask.metafilter.com/105505/Whats-the-simplest-way-for-me-to-grab-a-daily-digest-of-my-twitter-output&quot;&gt;this question&lt;/a&gt;, I know about TweetDumpr, and using &quot;since&quot; doesn&apos;t achieve what I want since it pulls in all the unneeded tweets AFTER the specified date as well.&lt;br&gt;
&lt;br&gt;
This isn&apos;t just a personal project; if I can get this to work, it would be on a multi-user scale, where each user supplies his or her twitter credentials and can then see their tweets when they click on a specific day. Manually downloading a CSV file and parsing it each and every time would be a waste of server resources. It seems like the API would be robust enough to handle a &quot;SELECT ALL TWEETS FROM $date&quot;. Am I living in some simplistic tweet fantasy world or what?!&lt;br&gt;
&lt;br&gt;
Please hope me!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118001</guid>
	<pubDate>Sat, 28 Mar 2009 18:40:07 -0800</pubDate>
	<category>api</category>
	<category>php</category>
	<category>twitter</category>
	<dc:creator>(bb|[^b]{2})</dc:creator>
	</item>
	<item>
	<title>Stock data for use in black box trading application?</title>
	<link>http://ask.metafilter.com/117977/Stock%2Ddata%2Dfor%2Duse%2Din%2Dblack%2Dbox%2Dtrading%2Dapplication</link>	
	<description>Stock data for use in black box trading application? I just need raw data, the current tick and the technical analysis for each tick and I need the data to be &lt;strong&gt;real-time&lt;/strong&gt;.  I would prefer an API with it, but if not that&apos;s fine. All I need is data, no other analysis or &quot;features&quot; of any kind. (e.g. no Bloomberg Terminal, Fidessa, CQG, any variation therof) This data needs to be easily manipulated in my own application that I&apos;ll be developing in C#. Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117977</guid>
	<pubDate>Sat, 28 Mar 2009 13:12:55 -0800</pubDate>
	<category>api</category>
	<category>application</category>
	<category>csharp</category>
	<category>development</category>
	<category>futures</category>
	<category>market</category>
	<category>resolved</category>
	<category>software</category>
	<category>stocks</category>
	<dc:creator>Hypocrites</dc:creator>
	</item>
	<item>
	<title>atXat Blackboard Template Variables</title>
	<link>http://ask.metafilter.com/114982/atXat%2DBlackboard%2DTemplate%2DVariables</link>	
	<description>How can I find out ALL of the available Blackboard atXat (@X) template variables?! I am an instructor at a regional university in PA. We use Blackboard 7.2 as our LMS of choice. Recently I discovered Blackboard&apos;s built-in template variables, which allow me to customize my content in various ways per student, course, etc. My problem is, I have only discovered a handful of resources on line, and they suck (Two are listed below, the third is a presentation from Bb World on building blocks which is outside of the scope of what I am doing). Please help me find a documented API, FAQ, or exhaustive list of all template variables!&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.edugarage.com/display/BBDN/Template+variables&quot;&gt;http://www.edugarage.com/display/BBDN/Template+variables&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://web.grinnell.edu/individuals/twitchew/present/X_params.html&quot;&gt;http://web.grinnell.edu/individuals/twitchew/present/X_params.html&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114982</guid>
	<pubDate>Mon, 23 Feb 2009 17:52:57 -0800</pubDate>
	<category>api</category>
	<category>blackboard</category>
	<dc:creator>EduTek</dc:creator>
	</item>
	<item>
	<title>ISSN lookup by Journal Name</title>
	<link>http://ask.metafilter.com/113939/ISSN%2Dlookup%2Dby%2DJournal%2DName</link>	
	<description>Is there a website that I can use to scrape for ISSN numbers of academic journals?  I have a big list of journals that I need the ISSN numbers for. I&apos;m also looking for a comprehensive list of social science journals (if there were a listing with ISSN numbers that would be double plus good)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.113939</guid>
	<pubDate>Wed, 11 Feb 2009 08:05:15 -0800</pubDate>
	<category>api</category>
	<category>issn</category>
	<category>scaping</category>
	<dc:creator>srboisvert</dc:creator>
	</item>
	<item>
	<title>Atom Python Library</title>
	<link>http://ask.metafilter.com/112311/Atom%2DPython%2DLibrary</link>	
	<description>Is there an Atom or (better yet) AtomPub library for Python? This would save me loads of API XML design time if I can just reuse the Atom infrastructure.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112311</guid>
	<pubDate>Thu, 22 Jan 2009 07:29:46 -0800</pubDate>
	<category>api</category>
	<category>atom</category>
	<category>python</category>
	<category>xml</category>
	<dc:creator>k7lim</dc:creator>
	</item>
	<item>
	<title>Who&apos;s making money on Facebook?</title>
	<link>http://ask.metafilter.com/109036/Whos%2Dmaking%2Dmoney%2Don%2DFacebook</link>	
	<description>Hopefully a simple question: Has any Facebook add-on/app/page/game/whatever published how much money it has made in advertising or other revenue? Yes, I&apos;m considering an idea. I know it&apos;s a longshot, and most don&apos;t get many users at all, but I figured before I waste a bunch of time writing something I&apos;d like to have an idea what API-created pages, especially popular ones, are making.&lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109036</guid>
	<pubDate>Thu, 11 Dec 2008 21:17:31 -0800</pubDate>
	<category>API</category>
	<category>facebook</category>
	<category>money</category>
	<category>web30</category>
	<dc:creator>Kickstart70</dc:creator>
	</item>
	<item>
	<title>Dump that Stock!</title>
	<link>http://ask.metafilter.com/108858/Dump%2Dthat%2DStock</link>	
	<description>Stock market related questions-- help me drown in data! I want to improve my coding skills and virtually playing the stock market seems like it might be quite a fun way to do so, but I desperately need data to enable my endeavor.&lt;br&gt;
&lt;br&gt;
So I&apos;m looking for two elements really,&lt;br&gt;
&lt;ol&gt;&lt;br&gt;
     &lt;li&gt;A detailed historical dump of the stock market, per smallest time unit possible, current I can easily find a daily current/high/low/average but I want to play around with minute (or second) values ideally but can&apos;t seem to find that anywhere.&lt;/li&gt;&lt;br&gt;
     &lt;li&gt;Programming: Are there any stock-brokers that let you use their API (so you can program your own automated trader/interfaces) on a play account, for free?&lt;/li&gt;&lt;br&gt;
&lt;/ol&gt;&lt;br&gt;
&lt;br&gt;
The first element is the main one, I can essentially just play the stock-market offline if I have that, but it&apos;d be great fun to actually link in with a play account on a (semi) real-time basis.  Who knows, in a couple of years, maybe I&apos;ll try it for real.&lt;br&gt;
&lt;br&gt;
Extra points for good resources on introductions to the various models used to predict the markets.&lt;br&gt;
&lt;br&gt;
Any help appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.108858</guid>
	<pubDate>Tue, 09 Dec 2008 20:07:42 -0800</pubDate>
	<category>api</category>
	<category>broker</category>
	<category>datadump</category>
	<category>programming</category>
	<category>resolved</category>
	<category>statistics</category>
	<category>stockmarket</category>
	<dc:creator>Static Vagabond</dc:creator>
	</item>
	<item>
	<title>Looking for programmatic web searching for commercial purposes now that Alexa Web Search is gone.</title>
	<link>http://ask.metafilter.com/108352/Looking%2Dfor%2Dprogrammatic%2Dweb%2Dsearching%2Dfor%2Dcommercial%2Dpurposes%2Dnow%2Dthat%2DAlexa%2DWeb%2DSearch%2Dis%2Dgone</link>	
	<description>Looking for programmatic web searching for commercial purposes now that Alexa Web Search is gone. I&apos;m looking for programmatic web search access (e.g. Google API or Alexa Web Search) for commercial purposes.&lt;br&gt;
&lt;br&gt;
I&apos;d like to look up product IDs for existence on the web and pass it to a human if there is at least one result. I may be searching for 10,000 to 50,000 items per day (though not every day) and would like not to be locked out due to over-usage.&lt;br&gt;
&lt;br&gt;
It looks like Google search API and Yahoo search API are both limited in the amount of searches you can do per day. Anyone have any luck getting approved higher load access from them?&lt;br&gt;
&lt;br&gt;
Since this is for commercial purposes I don&apos;t mind paying a (hopefully nominal) fee for access.&lt;br&gt;
&lt;br&gt;
It looks like Alexa Web Search would have been usable/perfect, but they are closed as of this week it appears.&lt;br&gt;
&lt;br&gt;
Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.108352</guid>
	<pubDate>Wed, 03 Dec 2008 16:11:32 -0800</pubDate>
	<category>alexa</category>
	<category>api</category>
	<category>googleapi</category>
	<category>websearch</category>
	<dc:creator>bottlebrushtree</dc:creator>
	</item>
	<item>
	<title>Print on Demand services with APIs?</title>
	<link>http://ask.metafilter.com/105570/Print%2Don%2DDemand%2Dservices%2Dwith%2DAPIs</link>	
	<description>Are there any print on demand services that offer APIs for large prints or small posters, instead of having to email requests manually, or manually fill in web forms again and again? I&apos;m looking for something a bit like the &lt;a href=&quot;http://www.moo.com/api/&quot;&gt;Moo print API&lt;/a&gt; but for larger prints ie A4 (legal size) and up.&lt;br&gt;
&lt;br&gt;
Ideally the service would be able to handle print runs ranging from 1 to 1000 prints or more, and would be able to bill weekly or monthly.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105570</guid>
	<pubDate>Thu, 30 Oct 2008 06:05:33 -0800</pubDate>
	<category>api</category>
	<category>demand</category>
	<category>on</category>
	<category>print</category>
	<category>printing</category>
	<dc:creator>steiny</dc:creator>
	</item>
	<item>
	<title>Display a custom rss feed in the same way that iGoogle does when you add a feed normally?</title>
	<link>http://ask.metafilter.com/103612/Display%2Da%2Dcustom%2Drss%2Dfeed%2Din%2Dthe%2Dsame%2Dway%2Dthat%2DiGoogle%2Ddoes%2Dwhen%2Dyou%2Dadd%2Da%2Dfeed%2Dnormally</link>	
	<description>I am attempting to create a Google Gadget that displays RSS feeds on the iGoogle page. The problem that I&apos;m having is that the gadget does not display the RSS in the same way as adding an XML to iGoogle does, there is a different display depending on theme and device. So, if you add the Metafilter Gadget, which is just the Metafilter RSS feed, it displays in one way. Switch to another theme and it changes to a different display.&lt;br&gt;
&lt;br&gt;
Sorry if this doesn&apos;t come out clear, but the question that I&apos;m wondering is whether anyone has experience with this, and whether or not anyone is aware of a way to interact with the API at this level and display an XML RSS feed the same way that Google does. Also, better documented API for the _IG_* namespace would be helpful as well.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.103612</guid>
	<pubDate>Tue, 07 Oct 2008 06:38:48 -0800</pubDate>
	<category>api</category>
	<category>dev</category>
	<category>feed</category>
	<category>igoogle</category>
	<category>rss</category>
	<category>style</category>
	<category>xml</category>
	<dc:creator>gregschoen</dc:creator>
	</item>
	<item>
	<title>Library (API) for the website snapshot</title>
	<link>http://ask.metafilter.com/102515/Library%2DAPI%2Dfor%2Dthe%2Dwebsite%2Dsnapshot</link>	
	<description>How to save a snapshot (image) of a webpage programatically. I have a small bot that is crawling specific websites and I would like to store an low-res image of the front page once in a while. &lt;br&gt;
&lt;br&gt;
Environment I am running at is Ubuntu and I would be very thankful if you could point me to any Python or Perl libraries I could use for this purpose. I&lt;br&gt;
&lt;br&gt;
t could be well that I am taking this task too lightly since just a script would be not enough and once would need a complete browser environment for correct rendition. If you also could point me to any public API that could be accessed for this purpose, it would be great.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102515</guid>
	<pubDate>Wed, 24 Sep 2008 04:06:05 -0800</pubDate>
	<category>api</category>
	<category>browser</category>
	<category>image</category>
	<category>library</category>
	<category>python</category>
	<category>script</category>
	<category>snapshot</category>
	<dc:creator>chexov</dc:creator>
	</item>
	<item>
	<title>What&apos;re the essential web languages for a new developer?</title>
	<link>http://ask.metafilter.com/101921/Whatre%2Dthe%2Dessential%2Dweb%2Dlanguages%2Dfor%2Da%2Dnew%2Ddeveloper</link>	
	<description>I&apos;d like to learn some web languages to help me take advantage of APIs and generally be more useful. It&apos;s been a crazy month and a half. After letting programming lapse entirely, both as hobby and profession, I&apos;ve found myself seated in the role again. As the only person with even the vaguest idea of how programming languages work, I&apos;ve been appointed the job of &quot;Web development guy&quot; at the small company I work for.&lt;br&gt;
&lt;br&gt;
This has turned out to be wonderful. I&apos;m kept busy, I get wide creative latitude and I genuinely enjoy the act of creating. And, if I do say so myself, I&apos;m not too bad at it. I dove right in reading up on modern CSS, digging through the archives of Alistapart, challenging myself to implement complex solutions and generally learning by doing. I read a ton on best practices and worked hard to make my web code pass the &quot;drop-dead&quot; test- If I died today, I&apos;m certain someone with only minimal knowledge could pick up my code tommorrow.&lt;br&gt;
&lt;br&gt;
So this is great! But now I&apos;m looking to try and be even more useful. I&apos;d love to start learning some web-friendly languages so that I can flex my programming muscle. There are things no manner of CSS wizardry can accomplish that I&apos;d like to be doing. If there&apos;s an API that I think could be helpful, I&apos;d love to be able to take advantage of it. &lt;br&gt;
&lt;br&gt;
But, like I said, I&apos;m still rusty. So I&apos;m looking for two things&lt;br&gt;
&lt;br&gt;
-What are the vital web languages that a budding development dude should be familiar with.&lt;br&gt;
-Where should he learn them?&lt;br&gt;
&lt;br&gt;
Books, videos, web tutorials- I&apos;m open to all of them. I&apos;m just looking to solicit advice from folks who are in the trenches. I&apos;m not looking to be able to brew my own social network or create a mega database, but I&apos;d like to know enough to generate some dynamic content or employ some Java tricks when most pedestrian methods fail.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101921</guid>
	<pubDate>Wed, 17 Sep 2008 08:50:55 -0800</pubDate>
	<category>api</category>
	<category>programming</category>
	<category>webdevelopment</category>
	<category>weblanguages</category>
	<dc:creator>GilloD</dc:creator>
	</item>
	<item>
	<title>Is there a T-shirt fulfillment API?</title>
	<link>http://ask.metafilter.com/101774/Is%2Dthere%2Da%2DTshirt%2Dfulfillment%2DAPI</link>	
	<description>Is there an automated way to have t-shirts printed and shipped?  I&apos;m writing a program that will allow users to have their custom designs printed (a la spreadshirt).  Is there any API out there that I could give the image and address and payment, and have it take care of that fulfillment?  My friends are already expressing an interest in buying some of these designs I&apos;m talking about, but I don&apos;t have any scalable way to take their stuff (order info, design image, payment, shipment info), and instantly turn it into a fulfilled order.  I don&apos;t want to be another Threadless or Zazzle.  I just want my users to have this feature.&lt;br&gt;
&lt;br&gt;
I know of APIs that just dispatch the user to one of these sites.  I want to get a callback, and be able to know when users have ordered a shirt, so I can reflect the fact that they bought a shirt on the site.  I&apos;m offering users some extra functionality when they&apos;ve bought a shirt.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101774</guid>
	<pubDate>Mon, 15 Sep 2008 15:17:46 -0800</pubDate>
	<category>api</category>
	<category>cafepress</category>
	<category>shirts</category>
	<category>spreadshirt</category>
	<category>threadless</category>
	<category>zazzle</category>
	<dc:creator>racecar</dc:creator>
	</item>
	<item>
	<title>Help me find a flash map.</title>
	<link>http://ask.metafilter.com/96702/Help%2Dme%2Dfind%2Da%2Dflash%2Dmap</link>	
	<description>Are there any good, preferably open source flash maps available for mapping election data on the national level (with data for each state)? I&apos;ve tried &lt;a href=&quot;http://www.ammap.com/&quot;&gt;this&lt;/a&gt;, it&apos;s very pretty but doesn&apos;t seem to be what I need. But it seems to have problems with linking labels to state names, e.g. for the smaller states it must have an option to place labels outside of the state, and have the label&apos;s background color link to the states color. It also must be updateable in real-time, have the ability to drilldown into state data using popups or zooming, and look nice with loads of design customization options etc. Basically what I&apos;m looking for is a thing like these:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://politics.nytimes.com/election-guide/2008/results/demmap/index.html&quot;&gt;NY Times&lt;/a&gt; - I know they had a deal with many-eyes for this, but i can&apos;t seem to get them on the horn to get something updateable.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.washingtonpost.com/wp-dyn/content/politics/elections/&quot;&gt;WAPO&lt;/a&gt; - at the bottom.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.cnn.com/2008/POLITICS/06/10/electoral.map/index.html&quot;&gt;CNN&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Any leads?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96702</guid>
	<pubDate>Tue, 15 Jul 2008 22:49:09 -0800</pubDate>
	<category>api</category>
	<category>elections</category>
	<category>flash</category>
	<category>flashmap</category>
	<category>map</category>
	<category>nohelpatall</category>
	<dc:creator>Jeff_Larson</dc:creator>
	</item>
	<item>
	<title>Can I call an API on an ssl-encrypted page?</title>
	<link>http://ask.metafilter.com/95979/Can%2DI%2Dcall%2Dan%2DAPI%2Don%2Dan%2Dsslencrypted%2Dpage</link>	
	<description>Can an ssl-encrypted page call data from another site/domain via an API without compromising its encryption? I want to add a cool feature, but I don&apos;t want customers to encounter a warning that the page asking for their credit card info &quot;contains both secure and non-secure items.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95979</guid>
	<pubDate>Mon, 07 Jul 2008 18:20:36 -0800</pubDate>
	<category>api</category>
	<category>ssl</category>
	<dc:creator>subpixel</dc:creator>
	</item>
	<item>
	<title>Google Earth: controlling from external application?</title>
	<link>http://ask.metafilter.com/92046/Google%2DEarth%2Dcontrolling%2Dfrom%2Dexternal%2Dapplication</link>	
	<description>Is it possible to track things such as user movement and button clicking in Google Earth? I am wondering if anyone has come across mashups that do this.  I know that if you have html or flash clips that you imbed into popups, that that could easily be tracked, but what about how the users are flying around? - users not directly using your part of the application par se, but Google&apos;s?&lt;br&gt;
 &lt;br&gt;
I am thinking that if this was to be possible, the whole Google earth could have to be controlled from an external application. Is this possible right now? Would this be something that adobe AIR would be capable of? Some other technology? &lt;br&gt;
&lt;br&gt;
If this is not possible in GE due to API restrictions is it possible in Google Maps?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92046</guid>
	<pubDate>Wed, 21 May 2008 11:53:25 -0800</pubDate>
	<category>api</category>
	<category>earth</category>
	<category>google</category>
	<category>mashup</category>
	<dc:creator>figTree</dc:creator>
	</item>
	<item>
	<title>Which GPS is best for API access?</title>
	<link>http://ask.metafilter.com/91196/Which%2DGPS%2Dis%2Dbest%2Dfor%2DAPI%2Daccess</link>	
	<description>I want to write some Location-based software (eventually on the mobile platform) and be able to test it on my laptop without faking GPS coordinates.  What&apos;s a good, cheap GPS unit with a public API and/or some documentation/third party libraries for interacting with the device and retrieve information programmatically?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91196</guid>
	<pubDate>Mon, 12 May 2008 11:26:10 -0800</pubDate>
	<category>api</category>
	<category>gps</category>
	<category>interface</category>
	<category>mobile</category>
	<dc:creator>callingshotgun</dc:creator>
	</item>
	
	</channel>
</rss>

