Ok. So then, in Python, which library do I need to inmport to parse the returned XML? I have simplejson (needed it for python-twitter) so maybe that would be easier?
On Apr 13, 1:56 am, Peter Denton <[email protected]> wrote: > I dont know which specific libraries, but its a very common part of the API. > For example, if you look at:http://twitter.com/users/show/khyron4eva.xml > > you will get xml back and are able to extract: > $status_count = $xml -> statuses_count; > > On Sun, Apr 12, 2009 at 12:57 PM, Khyron <[email protected]> wrote: > > If so, which one? If not, what is the best way to extract this piece of > > info? > > I'm a beginning programmer here, but I need this bit to accomplish my goal. > > > -- > > "You can choose your friends, you can choose the deals." - Equity Private > > > AlphaGuy -http://alphaguy.blogspot.com > > On Twitter - @khyron4eva > > -- > Peter M. Dentonwww.twibs.com > [email protected] > > Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c
