/python-ebaysdk-example

python ebaysdk example

Primary LanguagePython

ebaysdk Example

Use this example to list eBay items with Python!

Installation

# sudo apt-get install python-virtualenv
# virtualenv -p /usr/bin/python2.7 venv
# source venv/bin/activate
# pip install ebaysdk

Configuration

Fill out the ebay.yaml file.

This part I cannot help you with...

Create Item

# python trading.py -y ebay.yaml

Profit -----

image