danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Add 'listed_count' field for user lookups #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, there is no 'listed_count' field in the User object in 
python-twitter, although it is part of the Twitter API 
(http://code.google.com/p/twitter-api/issues/detail?id=1186#c11). It was a 
simple thing to add, so I made a clone and committed it there: 
http://code.google.com/r/apetresc-python-twitter/source/detail?r=6b1720606e26ea3
9af984cb0de9683236038c32e

Please feel free to leave a code review and merge this into python-twitter. I'm 
sure I'm not the only one who finds that field useful.

Cheers,
Adrian

Original issue reported on code.google.com by apetresc on 13 Mar 2011 at 9:40

GoogleCodeExporter commented 8 years ago
Thanks for the patch - to be honest I couldn't figure out how to review or even 
get a pull request going to bring over your patch :( so I applied it manually.

Original comment by bear42 on 16 Apr 2011 at 10:58

GoogleCodeExporter commented 8 years ago
committed changeset 231:f05f75b6f983

Original comment by bear42 on 16 Apr 2011 at 11:02