Active
Project:
Twitter Pull
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2010 at 22:08 UTC
Updated:
18 Jan 2011 at 03:07 UTC
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...
| Comment | File | Size | Author |
|---|---|---|---|
| twitter-pull-listing.tpl_.php_.patch | 1.23 KB | balleyne | |
| twitter_pull.class_.inc_.patch | 2.52 KB | balleyne | |
| twitter_pull.module.patch | 2.26 KB | balleyne |
Comments
Comment #1
balleyne commentedUrgh, 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.
Comment #2
irakli commentedballeyne,
thanks a lot. Will review. I think dev and release versions are the same at this point, so should be fine.
Comment #3
irakli commentedBumping 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.
Comment #4
BiosElement commentedI'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.