Accessing the eBay Developer's API through Python?

Aaron Tp picture Aaron Tp · Feb 22, 2012 · Viewed 12.5k times · Source

I've been searching for a library to use to access the eBay Dev API (using Python 3) for quite some time, but the sources I've found either don't specify the use of Python 3 (and I've learned to assume that this means they use 2.x) or haven't been updated for years.

Can somebody point me in the right direction? Is there a library I'm missing? Or should I try to implement it myself? If I have to implement it myself...any words/tutorials to help? I'm really confused here....thanks in advance.

eBay API can be found in this general link: https://www.x.com/developers/ebay/documentation-tools/tutorials

And 2.7x isn't obsolete? Pray tell why it won't be in a couple years? Or...just...what?

sigh due to the words spoken here and read elsewhere...I'll just bite the bullet and re-learn Python in 2.7.x....whatever. Thanks anyways.

Answer

zengr picture zengr · May 28, 2012

python-ebay is a python wrapper for eBay APIs. It covers most of the eBay APIs.

PS: I wrote it.