technorati4asp
by Murray Woodman on Jul.06, 2003, under Code
This script uses an ASP class called “Technorati4ASP” to access the Technorati API. Technorati4ASP allows you to access all the features of the API. The form below can be used to put it through its paces and can be seen in use over at veryhappening.com.
Author: Murray Woodman
Language: VBS, Visual Basic Script
Contact: mwoodman@hotmail.com
Last Update: 2003-07-06
A brief summary of the methods is as follows:
- Cosmos: who is linking to a URL
- Outbound: blogs that are pointed to by a blogger
- BlogInfo: info on the blog which created the permalink
- Search: blogs containing a search term.
Technorati4ASP is free for non commercial use. Please contact me for commercial use. Enjoy.
Issues
- Certain common or short search terms such as “sex” or “david” will return no results as Technorati takes too long to return with the XML. This situation may, of course, change over time.
Installation
- Download the zip and expand it
- Drop files into a web directory.
- GET default.asp to demo it
- Use the class in your own code





