-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json.example
85 lines (84 loc) · 2.56 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"telegram_token": "YOUR_TOKEN",
"chats": {
"-CHAT_ID_1": {
"debug_group": false,
"criteria": {
"category": "apartments",
"min_rooms": 1,
"rent_from": 200,
"rent_until": 800,
"zipcode_whitelist": [
20359, 22765, 22767, 22769
, 20257, 20357, 22765, 22769
, 22525, 22547, 22605, 22607, 22761, 22769
, 20144, 20253, 20255, 20257, 20259, 20357, 22525, 22527, 22769
, 20249, 20251, 22529
, 20095, 20099, 20457
, 20144, 20146, 20148, 20149, 20249, 20253
, 20144, 20249, 20251, 20253
, 20253, 20255, 22529
, 22087, 22089
, 20253, 20255, 22527, 22529
, 20354, 20355, 20359, 20457, 20459
, 22605, 22607, 22609, 22763
, 22763, 22765, 22767
, 20144, 20146, 20148, 20149, 20354, 20357
, 20095, 20097, 20099
, 20354, 20355, 20357, 20359, 22767, 22769
, 20357, 20359, 22767, 22769
, 22081, 22085, 22087
, 22297, 22299, 22301, 22303, 22305
]
}
},
"-CHAT_ID_10": {
"debug_group": false,
"criteria": {
"category": "offices",
"rent_from": 200,
"rent_until": 800,
"zipcode_whitelist": [
20359, 22765, 22767, 22769
, 20257, 20357, 22765, 22769
, 22525, 22547, 22605, 22607, 22761, 22769
, 20144, 20253, 20255, 20257, 20259, 20357, 22525, 22527, 22769
, 20249, 20251, 22529
, 20095, 20099, 20457
, 20144, 20146, 20148, 20149, 20249, 20253
, 20144, 20249, 20251, 20253
, 20253, 20255, 22529
, 22087, 22089
, 20253, 20255, 22527, 22529
, 20354, 20355, 20359, 20457, 20459
, 22605, 22607, 22609, 22763
, 22763, 22765, 22767
, 20144, 20146, 20148, 20149, 20354, 20357
, 20095, 20097, 20099
, 20354, 20355, 20357, 20359, 22767, 22769
, 20357, 20359, 22767, 22769
, 22081, 22085, 22087
, 22297, 22299, 22301, 22303, 22305
]
}
},
"-CHAT_ID_2": {
"debug_group": false,
"criteria": {
"min_rooms": 4,
"rent_from": 200,
"rent_until": 1500,
"zipcode_whitelist": false
}
},
"--CHAT_ID_3": {
"debug_group": true,
"criteria": {
"min_rooms": 0,
"rent_from": 200,
"rent_until": 5000,
"zipcode_whitelist": false
}
}
}
}