Updated pyeBay to support search. It returns search results in raw XML format now, which is something that should be fixed. (My idea is that XML is just one of several formats that you could conceivably want — a dictionary comprised of Item objects is another, and a formatted string is yet another.)
I also refactored the creation and initialization of the Session object so you can do basic operations with just three lines of code, no explicit initialization necessary. Behold:
from eBay import Search
theSearch = Search()
print theSearch.Get('shoes')
Update: I created a project page for this, view more information and download the code here.
Related posts:

No Comments so far ↓
Like gas stations in rural Texas after 10 pm, comments are closed.