ebk-client is a small library to use the eBay Kleinanzeigen/Classifieds API.
Besides the normal user account which can be registered at ebay-kleinanzeigen.de, a special partner eBay partner account is required to use the eBay Kleinanzeigen/Classifieds API.
The smartphone apps (e.g. for Android) must include also some static/hardcoded partner account as it is using the same API
api = EbkClient('app-username', 'app-password', 'ebay-user-name', 'ebay-user-password')
my_ads = api.get_my_ads()
No ebk-client doc available yet.
The official documentation of the eBay Kleinanzeigen/Classifieds API is described here
- Python 2
- dateutil (example.py only)