Talking with ebay using Python
Chris Rebert
clp2 at rebertia.com
Mon Feb 15 15:04:12 EST 2010
On Mon, Feb 15, 2010 at 6:10 AM, starglider develop
<starglider.dev at gmail.com> wrote:
> Hi,
> I need a way of talking with the eBay API:
> Made search,
> Ask for item status.
>
> What can it be done, and where can I get the info.
In the future, search Google and PyPI (http://pypi.python.org/pypi).
(PyPI is like CPAN for Python.)
Here's what I came up with:
pyeBay:
http://ebaydeveloper.typepad.com/pyebay.html
easyBay:
http://pypi.python.org/pypi/easyBay/0.1dev
They both haven't been updated in a while are are probably
unmaintained. I have never used either of these; I have no idea
whether they still work.
Cheers,
Chris
--
http://blog.rebertia.com
More information about the Python-list
mailing list