Posts Tagged ‘twittercounter’
Counting Twitter followers
Saturday, January 24th, 2009
TwitterCounter, the service that tells you how many people followed a given Twitter user on a given date (among other things) has an API – so I thought I’d take a look at it to see whether I could create a quick automated table of rankings.
Here’s the simplest way to query the API:
[code]
http://twittercounter.com/api/?username=mediaczar&output=xml
[/code]
Just cut and paste that into the address bar of your browser for example. Fairly simple. Change the username and you’ll get the data for a different user. Here’s what you get back from the API — an XML file with lots of rich meaty data:
(more…)
Tags: google spreadsheets, twitter, twittercounter, xml
Posted in hack, pipes, twitter | 3 Comments »


