StatusNet is a free software microblogging platform which implements the Twitter API (though there seem to be a few differences with JSON calls). I've included some patches which should add support for StatusNet services, like identi.ca or army.twit.tv, through an optional $service variable (e.g. <?php twitter_pull_render ('#creativecommons', NULL, NULL, NULL, 'identi.ca'); ).

Ideally, you'd be able to aggregate from a variety of Twitter/StatusNet services, but as a simple starting point I figured it was easy enough to swap the service used for the query.

Hope this helps...

Comments

balleyne’s picture

Urgh, just realized I created the patches based off the 1.0 release instead of 1.x-dev... let me know if you need me to create them again.

irakli’s picture

balleyne,

thanks a lot. Will review. I think dev and release versions are the same at this point, so should be fine.

irakli’s picture

Priority: Normal » Major

Bumping priority up. Would like to get to these, as soon as possible.

Patches need to be re-rolled and D7 patches are needed too, though.

BiosElement’s picture

I'd really love to see this get done. I've already taken a shot at it but I'm afraid I'm not nearly as good at PHP as I am at Python.