summaryrefslogtreecommitdiffstats
path: root/ebk.example.yml
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-11 08:43:33 +0100
committermakefu <github@syntax-fehler.de>2020-03-11 08:43:33 +0100
commita19ccf35dc0b01a509c88c8b66c79aa0d2a986b4 (patch)
treeb89c18847b81d14880eb43bfcb9239d4822a078b /ebk.example.yml
init example configuration
Diffstat (limited to 'ebk.example.yml')
-rw-r--r--ebk.example.yml20
1 files changed, 20 insertions, 0 deletions
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