This project intends to create a simple python wrapper around eBay APIs.
- Download python-ebay
- Rename:
config.ini.example
toconfig.ini
- Configure
config.ini
to it's required values. You need to generate the values from eBay Developer Program here python setup.py install
This will install the package.- How to Use (see all operations in /examples):
from ebay.shopping import FindProducts
print FindProducts("pen", "false", "10", "JSON")
The detailed list of eBay's API and it's short description is listed on our wiki page here. This list might not be current, please refer for the most recent list here on official eBay developer website.
Apache License, Version 2.0 Please refer to details here: http://www.apache.org/licenses/LICENSE-2.0.html
Eike Welk
Utkarsh Sengar
Roopesh Vaddepally
Stephen Balaban
hbtronix
bogdanvarlamov
patoch