Simple eBay content Reader
==========================

This is two simple components - ebay.py, a python module for reading information
about what an ebay user is selling, along with their feedback and a CGI page
to present this information in a VERY light way.

Put both files on your webserver in a CGI enabled directory and link to the page
with [host]/ebay.cgi?userid=[ebayuseryouwanttoview]

I wrote this so that I can view my ebay auctions on my mobile phone.

It's geared around ebay.co.uk but should work fine with ebay.com (just edit
ebay.py and change the URLs at the top).

Consider this public domain - hardly seems worth licensing.
