Open GoogleCodeExporter opened 9 years ago
Noticed that the dev branch in the source has some support for the List API, so
this
is in the works. Not sure if this is the correct place for patches, but here
is a
patch that adds simple support for 'GET list statuses'.
Original comment by jpwi...@gmail.com
on 6 Apr 2010 at 7:06
Improved the GetListStatuses patch; now implements all the parameters from the
twitter API
Original comment by jpwi...@gmail.com
on 10 Apr 2010 at 3:16
Attachments:
Do you also have the patch you posted on 4/6? It appears that the diff from
4/10 was
applied on top of the previous patch you posted.
Original comment by goodpota...@gmail.com
on 12 Apr 2010 at 7:55
No, it's applied against the stock dev branch from the mercurial repo. These
commands should set you up with a working copy of the repo, plus the patch. The
first three commands are from http://code.google.com/p/python-twitter:
$ hg clone https://python-twitter.googlecode.com/hg/ python-twitter
$ cd python-twitter
$ hg update dev
$ patch -p1 < /path/to/python-twitter-GetListStatuses.patch
Original comment by jpwi...@gmail.com
on 13 Apr 2010 at 3:46
list support was added in the main trunk with revision a936121dfd
need to merge with the work found in dev later
Original comment by bear42
on 25 Aug 2010 at 4:09
I reimplemented GetListStatuses (see attached diff). Hopefully this (or
similar) will get merged in sometime soon.
Original comment by bschm...@gmail.com
on 16 Feb 2012 at 9:33
Attachments:
Do you know how I could install the February 2012 patch?
Original comment by j.n.co...@gmail.com
on 28 May 2013 at 6:06
Original issue reported on code.google.com by
ketral...@gmail.com
on 30 Oct 2009 at 8:22