From a19ccf35dc0b01a509c88c8b66c79aa0d2a986b4 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 11 Mar 2020 08:43:33 +0100 Subject: init example configuration --- ebk.example.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ebk.example.yml (limited to 'ebk.example.yml') diff --git a/ebk.example.yml b/ebk.example.yml new file mode 100644 index 0000000..1185010 --- /dev/null +++ b/ebk.example.yml @@ -0,0 +1,20 @@ +defaults: + interval: 15 # polling interval in minutes + appid: android + apppw: # stored in ebay kleinanzeigen app + userid: # your email + userpw: # your password + statedir: ./. +items: + - name: Milchaufschäumer # special key not passed to ebk query + zipcode: 12345 + q: Milchaufschäumer + distance: 5 # distanceUnit will be set to KM + - name: Free Stuff by Category + zipcode: 12345 + distance: 2 + categoryId: 192 + - name: Free Stuff by Price + zipcode: 12345 + priceType: FREE + distance: 2 -- cgit v1.2.3