summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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