Closed GoogleCodeExporter closed 9 years ago
I'm not sure if I messed something up when submitting this or what, but it
should
probably be an enhancement.
Original comment by cydeweys
on 11 Mar 2009 at 7:49
Okay, here's an updated patch against the latest version in trunk. Can we
please
commit this soon so I don't have to keep updating the patch? Thanks.
Original comment by cydeweys
on 13 Mar 2009 at 1:17
Attachments:
dclinton, any word?
Original comment by cydeweys
on 22 Mar 2009 at 6:50
patch has a syntax error on line 111:
+ url = '%s/statuses/friends.json' $ self._siteurls
should be:
+ url = '%s/statuses/friends.json' % self._siteurl
Original comment by michaelj...@gmail.com
on 6 May 2009 at 6:33
How can I apply this patch on 0.5? I would like to use it for identi.ca
Original comment by niels.eg...@gmail.com
on 21 May 2009 at 1:31
I have reworked the patch against the latest revision from trunk (r177). All
testcases work fine. Could you pleasy apply it for 0.7?
Original comment by martin.thurau
on 17 Jul 2009 at 6:12
Attachments:
I would very much like to see this put into place. Program I am working on that
use
python-twitter (you guys are doing amazing work) would really benefit from
being able
to integrate with identi.ca (and other laconi.ca sites) with the same module,
rather
than going to look for another one.
thanks
x1101
Original comment by helpd...@nexusmgmt.com
on 21 Aug 2009 at 4:02
I would like to see it ;)
Original comment by walter.php
on 21 Aug 2009 at 2:23
I have forked python-twitter as it is going in a direction that is different
from my needs. You might find it useful
as I have already intergraded alt base urls :
http://bitbucket.org/jrossi/tweethon/
Still would like to that the developers of python-twitter it is a great lib and
still take all my ideas from it ;)
Original comment by jeremyro...@fastmail.fm
on 22 Aug 2009 at 1:59
Any update on this?
Original comment by muczy...@gmail.com
on 12 Apr 2010 at 12:55
Identi.ca support is already in trunk thanks to
http://code.google.com/p/python-twitter/issues/detail?id=114
you just need to call twitter.Api(..., base_url='http://identi.ca/api')
Original comment by inverniz...@gmail.com
on 10 Jun 2010 at 12:18
While not technically a duplicate of Issue 37 this issue was fixed when Issue
37 landed
Original comment by bear42
on 18 Aug 2010 at 6:56
Issue 48 has been merged into this issue.
Original comment by bear42
on 18 Aug 2010 at 7:02
Original issue reported on code.google.com by
cydeweys
on 11 Mar 2009 at 7:48Attachments: