Use this example to list eBay items with Python!
# sudo apt-get install python-virtualenv
# virtualenv -p /usr/bin/python2.7 venv
# source venv/bin/activate
# pip install ebaysdk
Fill out the ebay.yaml file.
This part I cannot help you with...
# python trading.py -y ebay.yaml
Profit -----