Skip to content

utsengar/python-ebay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ebay - Python Wrapper for eBay API

This project intends to create a simple python wrapper around eBay APIs.

How to Install

  1. Download python-ebay
  2. Rename: config/config.ini.example to config/config.ini
  3. Configure config.ini to it's required values. You need to generate the values from eBay Developer Program here
  4. python setup.py This will install the package.
  5. How to Use (see all operations in /examples):
    from ebay.shopping import FindProducts
    print FindProducts("JSON", "pen", "false", "10")

API Details

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.

About

Python wrapper for eBay API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published