Tweet counter for identi.ca

174 Views Asked by At

Is there a way to retrieve the amount of times a certain URL was "dented" (shared on identi.ca, status.net and/or the likes?).

For twitter there are several services that give this information.

I don't need the fancy extra information that Tweetmeme or Topsy deliver, only the amount.

I am aware that this is problematic, seen from the "distributed" nature of status.net: it will only give a count from once single silo, e.g. identi.ca. However, for me, for now, that would be enough.

Is there such an endpoint that gives me such JSON?

1

There are 1 best solutions below

0
On BEST ANSWER

I don't think so. There's a file table in StatusNet databases that holds references to dented URLs (so it wouldn't be hard to count them if you had access to database or could write a plugin -- i.e., you wouldn't have to parse all notices, just lookup the file table), but it's not exposed through the API.

The list of API possible calls for StatusNet is here: http://status.net/wiki/TwitterCompatibleAPI

In addition, there's a proposed Google Summer of Code project on this subject: Social Analytics plugin