summaryrefslogtreecommitdiffstats
path: root/ebk.example.yml
blob: 2805cfd2f1e5c11364b60d3e654e6952a9028171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
main:
  interval: 15 # polling interval in minutes
  appid: android
  apppw: # stored in ebay kleinanzeigen app, use jd-gui 
  userid: # your email
  userpw: # your password
  statedir: ./.
rss:
  feed_by_name: true # either export one feed by item or create one overview feed
items:
  - name: Milchaufschäumer # special key not passed to ebk query
    zipcode: 12345
    q: Milchaufschäumer
    distance: 5 # distanceUnit will be set to KM
    # adType is set to OFFERED by default (ich suche) unless overwritten
  - name: Free Stuff by Category
    zipcode: 12345
    distance: 2
    categoryId: 192
  - name: Free Stuff by Price
    zipcode: 12345
    priceType: FREE
    distance: 2