-On [20090406 07:37], Nagraj Rao (nagraj.si...@gmail.com) wrote:
>Shud I directly make use of the REST APIs and parse the xml out for info? Or
>is there a better way to do it?

http://developer.ebay.com/DevZone/shopping/docs/CallRef/GetSingleItem.html#sampledescriptionItemSpecifics

That's what Ebay offers, so it is best to use that route. It's quite a
straightforward implementation in Python.

Just use something like httplib2 with lxml or so.

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Sorrow paid for valour is too much to recall...
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to