Python wrapper for Ebay

Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Mon Apr 6 01:54:25 EDT 2009


-On [20090406 07:37], Nagraj Rao (nagraj.sigma at 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...



More information about the Python-list mailing list