Posted on July 31, 2006 at 14:03 +0200
Tagged with cosmos, php, ruby, technorati
Natalie Jost has a nice post about how to track who else is linking to your blog but also a question: "How to get this information out of Technorati?" The answer is a little bit more techie than it should have to be, but anyway:
Technorati is offering an API for getting exactly this kind of information out of it. What do you need for that?
-
An account on Technorati
-
An API key which you can get here
The last thing you need is a script that actually uses this API. How should it work? That absolutely depends on what you want. I personally prefer a small script that polls that data let's say once per day and stores the output inside of a PHP file that I could then simply integrate in whatever CMS I'm currently using.
[more ...]