-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
25 lines (25 loc) · 915 Bytes
/
config.json
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
{
"browser": "chrome",
"captcha_solver_url": "http://localhost:8888/api_base64",
"form_data": {
"lastname": "Doe",
"firstname": "John",
"email": "[email protected]",
"locationCode": "kara",
"passport": "A12345678"
},
"urls": [
{
"category":"General",
"url": "https://service2.diplo.de/rktermin/extern/appointment_showDay.do?locationCode=doha&realmId=495&categoryId=790&dateStr=30.12.2024"
},
{
"category": "Master",
"url": "https://service2.diplo.de/rktermin/extern/appointment_showMonth.do?locationCode=kara&realmId=967&categoryId=2801&dateStr=17.01.2025"
},
{
"category": "Visit",
"url": "https://service2.diplo.de/rktermin/extern/appointment_showDay.do?locationCode=kara&realmId=967&categoryId=2801&dateStr=18.12.2024"
}
]
}