config.json 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387
  1. {
  2. "redis": {
  3. "host": "45.137.220.138",
  4. "port": 6379,
  5. "db": 0,
  6. "password": "STEs2x6ML0U1HlpE9SojM6YU7QPhqzY8"
  7. },
  8. "group_list": [
  9. {
  10. "identifier": "vfs.ie.nl",
  11. "debug": false,
  12. "enable": true,
  13. "need_account": true,
  14. "need_proxy": true,
  15. "proxy_pool": ["proxy-cheap", "decodo"],
  16. "proxy_cd": 300,
  17. "session_max_life": 1800,
  18. "sentinel": {
  19. "account_source": "built-in",
  20. "account_pool_id": "ie.nl.sentinel",
  21. "target_instances": 1,
  22. "account_cd": 10800,
  23. "signal_ttl": 30
  24. },
  25. "booker": {
  26. "account_source": "built-in",
  27. "account_pool_id": "ie.nl.booker",
  28. "target_instances": 1,
  29. "account_cd": 10800,
  30. "booking_cooldown": 300,
  31. "max_bookings_per_account": 8
  32. },
  33. "query_wait": {
  34. "mode": "Random",
  35. "fixed_wait": 10,
  36. "random_min": 60,
  37. "random_max": 300
  38. },
  39. "plugin_config": {
  40. "lib_path": "plugins",
  41. "plugin_name": "vfs_plugin",
  42. "plugin_bin": "vfs_plugin.py",
  43. "plugin_proto": "IVSPlg"
  44. },
  45. "appointment_types": [
  46. {
  47. "weight": 10,
  48. "routing_key": "slot.dub.nl.tourist",
  49. "city": "Dublin",
  50. "visa_type": "Tourist",
  51. "country": "Netherlands"
  52. }
  53. ],
  54. "website": "https://visa.vfsglobal.com/irl/en/nld/login",
  55. "free_config": {
  56. "mission_code": "nld",
  57. "mission_name": "Netherlands",
  58. "country_code": "irl",
  59. "country_name": "Ireland",
  60. "culture_code": "en-US",
  61. "language": "en",
  62. "apt_configs": {
  63. "slot.dub.nl.tourist": {
  64. "center_name": "Netherlands Visa Application Center - Dublin",
  65. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  66. "vac_code": "NTDB",
  67. "category_name": "All Short stay Categories",
  68. "category_code": "TA",
  69. "subcategory_name": "Tourist",
  70. "subcategory_code": "To"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "identifier": "vfs.sg.fr",
  77. "debug": false,
  78. "enable": false,
  79. "need_account": true,
  80. "need_proxy": true,
  81. "proxy_pool": ["proxy-cheap", "decodo"],
  82. "proxy_cd": 300,
  83. "session_max_life": 1800,
  84. "sentinel": {
  85. "account_source": "built-in",
  86. "account_pool_id": "sg.fr.sentinel",
  87. "target_instances": 1,
  88. "account_cd": 10800,
  89. "signal_ttl": 30
  90. },
  91. "booker": {
  92. "account_source": "built-in",
  93. "account_pool_id": "sg.fr.booker",
  94. "target_instances": 1,
  95. "account_cd": 10800,
  96. "booking_cooldown": 10,
  97. "max_bookings_per_account": 8
  98. },
  99. "query_wait": {
  100. "mode": "Random",
  101. "fixed_wait": 10,
  102. "random_min": 60,
  103. "random_max": 300
  104. },
  105. "plugin_config": {
  106. "lib_path": "plugins",
  107. "plugin_name": "vfs_plugin",
  108. "plugin_bin": "vfs_plugin.py",
  109. "plugin_proto": "IVSPlg"
  110. },
  111. "appointment_types": [
  112. {
  113. "weight": 10,
  114. "routing_key": "slot.sin.fr.tourist",
  115. "city": "Singapore",
  116. "visa_type": "Tourist",
  117. "country": "France"
  118. }
  119. ],
  120. "website": "https://visa.vfsglobal.com/sgp/en/fra/login",
  121. "free_config": {
  122. "mission_code": "fra",
  123. "mission_name": "France",
  124. "country_code": "sgp",
  125. "country_name": "Singapore",
  126. "culture_code": "en-US",
  127. "language": "en",
  128. "apt_configs": {
  129. "slot.sin.fr.tourist": {
  130. "center_name": "France Visa Application Center, Singapore",
  131. "address": "79 Anson Road #15-01 Singapore 079906",
  132. "vac_code": "FRSN",
  133. "category_name": "Short Stay",
  134. "category_code": "02",
  135. "subcategory_name": "Short Stay Tourist, Family Visit",
  136. "subcategory_code": "Six"
  137. }
  138. }
  139. }
  140. },
  141. {
  142. "identifier": "vfs.au.fr",
  143. "debug": false,
  144. "enable": false,
  145. "need_account": true,
  146. "need_proxy": true,
  147. "proxy_pool": ["proxy-cheap", "decodo"],
  148. "proxy_cd": 300,
  149. "session_max_life": 1800,
  150. "sentinel": {
  151. "account_source": "built-in",
  152. "account_pool_id": "au.fr.sentinel",
  153. "target_instances": 1,
  154. "account_cd": 10800,
  155. "signal_ttl": 30
  156. },
  157. "booker": {
  158. "account_source": "built-in",
  159. "account_pool_id": "au.fr.booker",
  160. "target_instances": 1,
  161. "account_cd": 10800,
  162. "booking_cooldown": 10,
  163. "max_bookings_per_account": 8
  164. },
  165. "query_wait": {
  166. "mode": "Random",
  167. "fixed_wait": 10,
  168. "random_min": 60,
  169. "random_max": 300
  170. },
  171. "plugin_config": {
  172. "lib_path": "plugins",
  173. "plugin_name": "vfs_plugin",
  174. "plugin_bin": "vfs_plugin.py",
  175. "plugin_proto": "IVSPlg"
  176. },
  177. "appointment_types": [
  178. {
  179. "weight": 10,
  180. "routing_key": "slot.syd.fr.tourist",
  181. "city": "Sydney",
  182. "visa_type": "Tourist",
  183. "country": "France"
  184. },
  185. {
  186. "weight": 10,
  187. "routing_key": "slot.mel.fr.tourist",
  188. "city": "Melbourne",
  189. "visa_type": "Tourist",
  190. "country": "France"
  191. }
  192. ],
  193. "website": "https://visa.vfsglobal.com/aus/en/fra/login",
  194. "free_config": {
  195. "mission_code": "fra",
  196. "mission_name": "France",
  197. "country_code": "aus",
  198. "country_name": "Australia",
  199. "culture_code": "en-US",
  200. "language": "en",
  201. "apt_configs": {
  202. "slot.syd.fr.tourist": {
  203. "center_name": "France Visa Application Center - Sydney",
  204. "address": "France Visa Application Center,Level 6, 88 Pitt Street,Sydney NSW 2000",
  205. "vac_code": "SYD",
  206. "category_name": "VISA",
  207. "category_code": "VISA",
  208. "subcategory_name": "Short Stay Schengen Visa",
  209. "subcategory_code": "ShortStaySchengenVisa"
  210. },
  211. "slot.mel.fr.tourist": {
  212. "center_name": "France Visa Application Center - Melbourne",
  213. "address": "Level 5 332 St. Kilda road level 5 Melbourne 3004",
  214. "vac_code": "MEL",
  215. "category_name": "VISA",
  216. "category_code": "VISA",
  217. "subcategory_name": "Short Stay Schengen Visa",
  218. "subcategory_code": "ShortStaySchengenVisa"
  219. }
  220. }
  221. }
  222. },
  223. {
  224. "identifier": "vfs.gb.it",
  225. "debug": false,
  226. "enable": false,
  227. "need_account": true,
  228. "need_proxy": true,
  229. "proxy_pool": ["proxy-cheap", "decodo"],
  230. "proxy_cd": 300,
  231. "session_max_life": 1800,
  232. "sentinel": {
  233. "account_source": "built-in",
  234. "account_pool_id": "gb.it.sentinel",
  235. "target_instances": 1,
  236. "account_cd": 10800,
  237. "signal_ttl": 30
  238. },
  239. "booker": {
  240. "account_source": "built-in",
  241. "account_pool_id": "gb.it.booker",
  242. "target_instances": 0,
  243. "account_cd": 10800,
  244. "booking_cooldown": 10,
  245. "max_bookings_per_account": 8
  246. },
  247. "query_wait": {
  248. "mode": "Random",
  249. "fixed_wait": 10,
  250. "random_min": 60,
  251. "random_max": 300
  252. },
  253. "plugin_config": {
  254. "lib_path": "plugins",
  255. "plugin_name": "vfs_plugin",
  256. "plugin_bin": "vfs_plugin.py",
  257. "plugin_proto": "IVSPlg"
  258. },
  259. "appointment_types": [
  260. {
  261. "weight": 80,
  262. "routing_key": "slot.lon.it.tourist",
  263. "city": "London",
  264. "visa_type": "Tourist",
  265. "country": "Italy"
  266. },
  267. {
  268. "weight": 20,
  269. "routing_key": "slot.man.it.tourist",
  270. "city": "Manchester",
  271. "visa_type": "Tourist",
  272. "country": "Italy"
  273. }
  274. ],
  275. "website": "https://visa.vfsglobal.com/gbr/en/ita/login",
  276. "free_config": {
  277. "mission_code": "ita",
  278. "mission_name": "Italy",
  279. "country_code": "gbr",
  280. "country_name": "United Kingdom",
  281. "culture_code": "en-US",
  282. "language": "en",
  283. "apt_configs": {
  284. "slot.lon.it.tourist": {
  285. "center_name": "Italy Visa Application Centre, London",
  286. "address": "Ground floor, 8- 20 Pocock St London SE1 0BW , United Kingdom",
  287. "vac_code": "ILON",
  288. "category_name": "Italy UK VisaCategory",
  289. "category_code": "UKITVED",
  290. "subcategory_name": "Tourist/ Business/ EU Family",
  291. "subcategory_code": "TBE"
  292. },
  293. "slot.man.it.tourist": {
  294. "center_name": "Italy Visa Application Centre, Manchester",
  295. "address": "50 Devonshire Street North, M12 6JH",
  296. "vac_code": "IMAN",
  297. "category_name": "Italy UK VisaCategory",
  298. "category_code": "UKITVED",
  299. "subcategory_name": "Tourist/ Business/ EU Family",
  300. "subcategory_code": "TBE"
  301. }
  302. }
  303. }
  304. },
  305. {
  306. "identifier": "vfs.gb.nl",
  307. "debug": false,
  308. "enable": false,
  309. "need_account": true,
  310. "need_proxy": true,
  311. "proxy_pool": ["proxy-cheap", "decodo"],
  312. "proxy_cd": 300,
  313. "session_max_life": 1800,
  314. "sentinel": {
  315. "account_source": "built-in",
  316. "account_pool_id": "gb.nl.sentinel",
  317. "target_instances": 1,
  318. "account_cd": 10800,
  319. "signal_ttl": 30
  320. },
  321. "booker": {
  322. "account_source": "built-in",
  323. "account_pool_id": "gb.nl.booker",
  324. "target_instances": 1,
  325. "account_cd": 10800,
  326. "booking_cooldown": 10,
  327. "max_bookings_per_account": 8
  328. },
  329. "query_wait": {
  330. "mode": "Random",
  331. "fixed_wait": 10,
  332. "random_min": 60,
  333. "random_max": 300
  334. },
  335. "plugin_config": {
  336. "lib_path": "plugins",
  337. "plugin_name": "vfs_plugin",
  338. "plugin_bin": "vfs_plugin.py",
  339. "plugin_proto": "IVSPlg"
  340. },
  341. "appointment_types": [
  342. {
  343. "weight": 90,
  344. "routing_key": "slot.lon.nl.tourist",
  345. "city": "London",
  346. "visa_type": "Tourist",
  347. "country": "Netherlands"
  348. },
  349. {
  350. "weight": 10,
  351. "routing_key": "slot.man.nl.tourist",
  352. "city": "Manchester",
  353. "visa_type": "Tourist",
  354. "country": "Netherlands"
  355. }
  356. ],
  357. "website": "https://visa.vfsglobal.com/gbr/en/nld/login",
  358. "free_config": {
  359. "mission_code": "nld",
  360. "mission_name": "Netherland",
  361. "country_code": "gbr",
  362. "country_name": "United Kingdom",
  363. "culture_code": "en-US",
  364. "language": "en",
  365. "apt_configs": {
  366. "slot.lon.nl.tourist": {
  367. "center_name": "Netherlands Visa application centre - London",
  368. "address": "66 Wilson Street, EC2A 2BT",
  369. "vac_code": "NAKN",
  370. "category_name": "Schengen Visa",
  371. "category_code": "Schengen Visa",
  372. "subcategory_name": "Tourism",
  373. "subcategory_code": "TA"
  374. },
  375. "slot.man.nl.tourist": {
  376. "center_name": "Netherlands Visa application centre - Manchester",
  377. "address": "50 Devonshire Street North, M12 6JH",
  378. "vac_code": "NAKT",
  379. "category_name": "Schengen Visa",
  380. "category_code": "Schengen Visa",
  381. "subcategory_name": "Tourism",
  382. "subcategory_code": "TA"
  383. }
  384. }
  385. }
  386. },
  387. {
  388. "identifier": "vfs.gb.no",
  389. "debug": false,
  390. "enable": false,
  391. "need_account": true,
  392. "need_proxy": true,
  393. "proxy_pool": ["proxy-cheap", "decodo"],
  394. "proxy_cd": 300,
  395. "session_max_life": 1800,
  396. "sentinel": {
  397. "account_source": "built-in",
  398. "account_pool_id": "gb.no.sentinel",
  399. "target_instances": 1,
  400. "account_cd": 10800,
  401. "signal_ttl": 30
  402. },
  403. "booker": {
  404. "account_source": "built-in",
  405. "account_pool_id": "gb.no.booker",
  406. "target_instances": 1,
  407. "account_cd": 10800,
  408. "booking_cooldown": 10,
  409. "max_bookings_per_account": 8
  410. },
  411. "query_wait": {
  412. "mode": "Random",
  413. "fixed_wait": 10,
  414. "random_min": 60,
  415. "random_max": 300
  416. },
  417. "plugin_config": {
  418. "lib_path": "plugins",
  419. "plugin_name": "vfs_plugin",
  420. "plugin_bin": "vfs_plugin.py",
  421. "plugin_proto": "IVSPlg"
  422. },
  423. "appointment_types": [
  424. {
  425. "weight": 10,
  426. "routing_key": "slot.lon.no.tourist",
  427. "city": "London",
  428. "visa_type": "Tourist",
  429. "country": "Norway"
  430. }
  431. ],
  432. "website": "https://visa.vfsglobal.com/gbr/en/nor/login",
  433. "free_config": {
  434. "mission_code": "nor",
  435. "mission_name": "Norway",
  436. "country_code": "gbr",
  437. "country_name": "United Kingdom",
  438. "culture_code": "en-US",
  439. "language": "en",
  440. "apt_configs": {
  441. "slot.lon.no.tourist": {
  442. "center_name": "Norway Visa Application Centre, London",
  443. "address": "66 Wilson street, EC2A 2BT",
  444. "vac_code": "NLON",
  445. "category_name": "Schengen Visa C",
  446. "category_code": "SCHVISA",
  447. "subcategory_name": "Tourist Visa",
  448. "subcategory_code": "TOU"
  449. }
  450. }
  451. }
  452. },
  453. {
  454. "identifier": "vfs.ie.at",
  455. "debug": false,
  456. "enable": true,
  457. "need_account": true,
  458. "need_proxy": true,
  459. "proxy_pool": ["proxy-cheap", "decodo"],
  460. "proxy_cd": 300,
  461. "session_max_life": 1800,
  462. "sentinel": {
  463. "account_source": "built-in",
  464. "account_pool_id": "ie.at.sentinel",
  465. "target_instances": 1,
  466. "account_cd": 10800,
  467. "signal_ttl": 30
  468. },
  469. "booker": {
  470. "account_source": "built-in",
  471. "account_pool_id": "ie.at.booker",
  472. "target_instances": 1,
  473. "account_cd": 10800,
  474. "booking_cooldown": 300,
  475. "max_bookings_per_account": 8
  476. },
  477. "query_wait": {
  478. "mode": "Random",
  479. "fixed_wait": 10,
  480. "random_min": 60,
  481. "random_max": 300
  482. },
  483. "plugin_config": {
  484. "lib_path": "plugins",
  485. "plugin_name": "vfs_plugin",
  486. "plugin_bin": "vfs_plugin.py",
  487. "plugin_proto": "IVSPlg"
  488. },
  489. "appointment_types": [
  490. {
  491. "weight": 10,
  492. "routing_key": "slot.dub.at.tourist",
  493. "city": "Dublin",
  494. "visa_type": "Tourist",
  495. "country": "Austria"
  496. }
  497. ],
  498. "website": "https://visa.vfsglobal.com/irl/en/aut/login",
  499. "free_config": {
  500. "mission_code": "aut",
  501. "mission_name": "Austria",
  502. "country_code": "irl",
  503. "country_name": "Ireland",
  504. "culture_code": "en-US",
  505. "language": "en",
  506. "apt_configs": {
  507. "slot.dub.at.tourist": {
  508. "center_name": "Austria / Switzerland / Liechtenstein/ Slovenia Visa Application Center, Dublin",
  509. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  510. "vac_code": "AUT-DUB",
  511. "category_name": "Other Visas",
  512. "category_code": "Default_Austria_Ireland ",
  513. "subcategory_name": "All Visas ",
  514. "subcategory_code": "TA"
  515. }
  516. }
  517. }
  518. },
  519. {
  520. "identifier": "vfs.ie.dk",
  521. "debug": false,
  522. "enable": false,
  523. "need_account": true,
  524. "need_proxy": true,
  525. "proxy_pool": ["proxy-cheap", "decodo"],
  526. "proxy_cd": 300,
  527. "session_max_life": 1800,
  528. "sentinel": {
  529. "account_source": "built-in",
  530. "account_pool_id": "ie.dk.sentinel",
  531. "target_instances": 1,
  532. "account_cd": 10800,
  533. "signal_ttl": 30
  534. },
  535. "booker": {
  536. "account_source": "built-in",
  537. "account_pool_id": "ie.dk.booker",
  538. "target_instances": 1,
  539. "account_cd": 10800,
  540. "booking_cooldown": 10,
  541. "max_bookings_per_account": 8
  542. },
  543. "query_wait": {
  544. "mode": "Random",
  545. "fixed_wait": 10,
  546. "random_min": 60,
  547. "random_max": 300
  548. },
  549. "plugin_config": {
  550. "lib_path": "plugins",
  551. "plugin_name": "vfs_plugin",
  552. "plugin_bin": "vfs_plugin.py",
  553. "plugin_proto": "IVSPlg"
  554. },
  555. "appointment_types": [
  556. {
  557. "weight": 10,
  558. "routing_key": "slot.dub.dk.tourist",
  559. "city": "Dublin",
  560. "visa_type": "Tourist",
  561. "country": "Denmark"
  562. }
  563. ],
  564. "website": "https://visa.vfsglobal.com/irl/en/dnk/login",
  565. "free_config": {
  566. "mission_code": "dnk",
  567. "mission_name": "Denmark",
  568. "country_code": "irl",
  569. "country_name": "Ireland",
  570. "culture_code": "en-US",
  571. "language": "en",
  572. "apt_configs": {
  573. "slot.dub.dk.tourist": {
  574. "center_name": "Denmark Visa Application Center, Dublin ",
  575. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  576. "vac_code": "DIDUB",
  577. "category_name": "Schengen Visa",
  578. "category_code": "SV",
  579. "subcategory_name": "Tourism",
  580. "subcategory_code": "TV"
  581. }
  582. }
  583. }
  584. },
  585. {
  586. "identifier": "vfs.ie.fi",
  587. "debug": false,
  588. "enable": false,
  589. "need_account": true,
  590. "need_proxy": true,
  591. "proxy_pool": ["proxy-cheap", "decodo"],
  592. "proxy_cd": 300,
  593. "session_max_life": 1800,
  594. "sentinel": {
  595. "account_source": "built-in",
  596. "account_pool_id": "ie.fi.sentinel",
  597. "target_instances": 1,
  598. "account_cd": 10800,
  599. "signal_ttl": 30
  600. },
  601. "booker": {
  602. "account_source": "built-in",
  603. "account_pool_id": "ie.fi.booker",
  604. "target_instances": 1,
  605. "account_cd": 10800,
  606. "booking_cooldown": 10,
  607. "max_bookings_per_account": 8
  608. },
  609. "query_wait": {
  610. "mode": "Random",
  611. "fixed_wait": 10,
  612. "random_min": 60,
  613. "random_max": 300
  614. },
  615. "plugin_config": {
  616. "lib_path": "plugins",
  617. "plugin_name": "vfs_plugin",
  618. "plugin_bin": "vfs_plugin.py",
  619. "plugin_proto": "IVSPlg"
  620. },
  621. "appointment_types": [
  622. {
  623. "weight": 10,
  624. "routing_key": "slot.dub.fi.tourist",
  625. "city": "Dublin",
  626. "visa_type": "Tourist",
  627. "country": "Finland"
  628. }
  629. ],
  630. "website": "https://visa.vfsglobal.com/irl/en/fin/login",
  631. "free_config": {
  632. "mission_code": "fin",
  633. "mission_name": "Finland",
  634. "country_code": "irl",
  635. "country_name": "Ireland",
  636. "culture_code": "en-US",
  637. "language": "en",
  638. "apt_configs": {
  639. "slot.dub.fi.tourist": {
  640. "center_name": "Application Centre, Dublin",
  641. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  642. "vac_code": "Dubb",
  643. "category_name": "VISA",
  644. "category_code": "S S",
  645. "subcategory_name": "Tourist Category",
  646. "subcategory_code": "Tourist Category"
  647. }
  648. }
  649. }
  650. },
  651. {
  652. "identifier": "vfs.ie.hu",
  653. "debug": false,
  654. "enable": true,
  655. "need_account": true,
  656. "need_proxy": true,
  657. "proxy_pool": ["proxy-cheap", "decodo"],
  658. "proxy_cd": 300,
  659. "session_max_life": 1800,
  660. "sentinel": {
  661. "account_source": "built-in",
  662. "account_pool_id": "ie.hu.sentinel",
  663. "target_instances": 1,
  664. "account_cd": 10800,
  665. "signal_ttl": 30
  666. },
  667. "booker": {
  668. "account_source": "built-in",
  669. "account_pool_id": "ie.hu.booker",
  670. "target_instances": 1,
  671. "account_cd": 10800,
  672. "booking_cooldown": 180,
  673. "max_bookings_per_account": 8
  674. },
  675. "query_wait": {
  676. "mode": "Random",
  677. "fixed_wait": 10,
  678. "random_min": 60,
  679. "random_max": 300
  680. },
  681. "plugin_config": {
  682. "lib_path": "plugins",
  683. "plugin_name": "vfs_plugin",
  684. "plugin_bin": "vfs_plugin.py",
  685. "plugin_proto": "IVSPlg"
  686. },
  687. "appointment_types": [
  688. {
  689. "weight": 10,
  690. "routing_key": "slot.dub.hu.tourist",
  691. "city": "Dublin",
  692. "visa_type": "Tourist",
  693. "country": "Hungary"
  694. }
  695. ],
  696. "website": "https://visa.vfsglobal.com/irl/en/hun/login",
  697. "free_config": {
  698. "mission_code": "hun",
  699. "mission_name": "Hungary",
  700. "country_code": "irl",
  701. "country_name": "Ireland",
  702. "culture_code": "en-US",
  703. "language": "en",
  704. "apt_configs": {
  705. "slot.dub.hu.tourist": {
  706. "center_name": "Ireland Visa Application Center,Dublin",
  707. "address": "Cunningham House, 130 Francis Street Dublin",
  708. "vac_code": "DUB",
  709. "category_name": "Short Stay",
  710. "category_code": "SS",
  711. "subcategory_name": "Schengen Visa",
  712. "subcategory_code": "Schengen Visa"
  713. }
  714. }
  715. }
  716. },
  717. {
  718. "identifier": "vfs.ie.is",
  719. "debug": false,
  720. "enable": false,
  721. "need_account": true,
  722. "need_proxy": true,
  723. "proxy_pool": ["proxy-cheap", "decodo"],
  724. "proxy_cd": 300,
  725. "session_max_life": 1800,
  726. "sentinel": {
  727. "account_source": "built-in",
  728. "account_pool_id": "ie.is.sentinel",
  729. "target_instances": 1,
  730. "account_cd": 10800,
  731. "signal_ttl": 30
  732. },
  733. "booker": {
  734. "account_source": "built-in",
  735. "account_pool_id": "ie.is.booker",
  736. "target_instances": 0,
  737. "account_cd": 10800,
  738. "booking_cooldown": 10,
  739. "max_bookings_per_account": 8
  740. },
  741. "query_wait": {
  742. "mode": "Random",
  743. "fixed_wait": 10,
  744. "random_min": 60,
  745. "random_max": 300
  746. },
  747. "plugin_config": {
  748. "lib_path": "plugins",
  749. "plugin_name": "vfs_plugin",
  750. "plugin_bin": "vfs_plugin.py",
  751. "plugin_proto": "IVSPlg"
  752. },
  753. "appointment_types": [
  754. {
  755. "weight": 10,
  756. "routing_key": "slot.dub.is.tourist",
  757. "city": "Dublin",
  758. "visa_type": "Tourist",
  759. "country": "Iceland"
  760. }
  761. ],
  762. "website": "https://visa.vfsglobal.com/irl/en/isl/login",
  763. "free_config": {
  764. "mission_code": "isl",
  765. "mission_name": "Iceland",
  766. "country_code": "irl",
  767. "country_name": "Ireland",
  768. "culture_code": "en-US",
  769. "language": "en",
  770. "apt_configs": {
  771. "slot.dub.is.tourist": {
  772. "center_name": "Iceland Visa Application Center- Dublin",
  773. "address": "Cunningham House, 130 Francis Street, Dublin, Ireland- DO8 H48R",
  774. "vac_code": "DUB",
  775. "category_name": "C-Visa",
  776. "category_code": "CVI",
  777. "subcategory_name": "Tourism",
  778. "subcategory_code": "OTT"
  779. }
  780. }
  781. }
  782. },
  783. {
  784. "identifier": "vfs.gb.at",
  785. "debug": false,
  786. "enable": false,
  787. "need_account": true,
  788. "need_proxy": true,
  789. "proxy_pool": ["proxy-cheap", "decodo"],
  790. "proxy_cd": 300,
  791. "session_max_life": 1800,
  792. "sentinel": {
  793. "account_source": "built-in",
  794. "account_pool_id": "gb.at.sentinel",
  795. "target_instances": 1,
  796. "account_cd": 10800,
  797. "signal_ttl": 30
  798. },
  799. "booker": {
  800. "account_source": "built-in",
  801. "account_pool_id": "gb.at.booker",
  802. "target_instances": 1,
  803. "account_cd": 10800,
  804. "booking_cooldown": 10,
  805. "max_bookings_per_account": 8
  806. },
  807. "query_wait": {
  808. "mode": "Random",
  809. "fixed_wait": 10,
  810. "random_min": 60,
  811. "random_max": 300
  812. },
  813. "plugin_config": {
  814. "lib_path": "plugins",
  815. "plugin_name": "vfs_plugin",
  816. "plugin_bin": "vfs_plugin.py",
  817. "plugin_proto": "IVSPlg"
  818. },
  819. "appointment_types": [
  820. {
  821. "weight": 10,
  822. "routing_key": "slot.lon.at.tourist",
  823. "city": "London",
  824. "visa_type": "Tourist",
  825. "country": "Austria"
  826. }
  827. ],
  828. "website": "https://visa.vfsglobal.com/gbr/en/aut/login",
  829. "free_config": {
  830. "mission_code": "aut",
  831. "mission_name": "Austria",
  832. "country_code": "gbr",
  833. "country_name": "United Kingdom",
  834. "culture_code": "en-US",
  835. "language": "en",
  836. "apt_configs": {
  837. "slot.lon.at.tourist": {
  838. "center_name": "Austria Visa Application Centre, London",
  839. "address": "66 Wilson Street, EC2A 2BT",
  840. "vac_code": "ADN",
  841. "category_name": "Visa to Austria",
  842. "category_code": "Visa to Austria",
  843. "subcategory_name": "Tourism",
  844. "subcategory_code": "TA"
  845. }
  846. }
  847. }
  848. },
  849. {
  850. "identifier": "bls.ie.es",
  851. "debug": false,
  852. "enable": false,
  853. "need_account": true,
  854. "need_proxy": true,
  855. "proxy_pool": ["spain-isp"],
  856. "proxy_cd": 300,
  857. "session_max_life": 3600,
  858. "sentinel": {
  859. "account_source": "built-in",
  860. "account_pool_id": "ie.es.sentinel",
  861. "target_instances": 1,
  862. "account_cd": 10800,
  863. "signal_ttl": 30
  864. },
  865. "booker": {
  866. "account_source": "order",
  867. "target_instances": 0,
  868. "account_cd": 10800,
  869. "booking_cooldown": 10,
  870. "max_bookings_per_account": 1
  871. },
  872. "query_wait": {
  873. "mode": "Random",
  874. "fixed_wait": 10,
  875. "random_min": 180,
  876. "random_max": 360
  877. },
  878. "plugin_config": {
  879. "lib_path": "plugins",
  880. "plugin_name": "bls_plugin",
  881. "plugin_bin": "bls_plugin.py",
  882. "plugin_proto": "IVSPlg"
  883. },
  884. "appointment_types": [
  885. {
  886. "weight": 10,
  887. "routing_key": "slot.dub.es.tourist",
  888. "city": "Dublin",
  889. "visa_type": "Tourist",
  890. "country": "Spain"
  891. }
  892. ],
  893. "website": "https://ireland.blsspainglobal.com/Global/bls/visatypeverification",
  894. "free_config": {
  895. "domain": "ireland.blsspainglobal.com",
  896. "ocr_model": "data/ctc.pth",
  897. "apt_configs": {
  898. "slot.dub.es.tourist": {
  899. "location": "Dublin",
  900. "jurisdiction": null,
  901. "visa_type": "Schengen Visa/ Short Term Visa",
  902. "visa_subtype": "Tourist Visa",
  903. "appointment_type": "Individual",
  904. "appointment_category": "Normal",
  905. "mission_code": "EMBASSY_DUBLIN"
  906. }
  907. }
  908. }
  909. },
  910. {
  911. "identifier": "bls.gb.es",
  912. "debug": false,
  913. "enable": false,
  914. "need_account": true,
  915. "need_proxy": true,
  916. "proxy_pool": ["spain-isp"],
  917. "proxy_cd": 300,
  918. "session_max_life": 3600,
  919. "sentinel": {
  920. "account_source": "built-in",
  921. "account_pool_id": "gb.es.sentinel",
  922. "target_instances": 1,
  923. "account_cd": 10800,
  924. "signal_ttl": 30
  925. },
  926. "booker": {
  927. "account_source": "order",
  928. "target_instances": 0,
  929. "account_cd": 10800,
  930. "booking_cooldown": 10,
  931. "max_bookings_per_account": 1
  932. },
  933. "query_wait": {
  934. "mode": "Random",
  935. "fixed_wait": 10,
  936. "random_min": 60,
  937. "random_max": 300
  938. },
  939. "plugin_config": {
  940. "lib_path": "plugins",
  941. "plugin_name": "bls_plugin",
  942. "plugin_bin": "bls_plugin.py",
  943. "plugin_proto": "IVSPlg"
  944. },
  945. "appointment_types": [
  946. {
  947. "weight": 10,
  948. "routing_key": "slot.lon.es.tourist",
  949. "city": "London",
  950. "visa_type": "Tourist",
  951. "country": "Spain"
  952. }
  953. ],
  954. "website": "https://uk.blsspainglobal.com/Global/bls/visatypeverification",
  955. "free_config": {
  956. "domain": "uk.blsspainglobal.com",
  957. "ocr_model": "data/ocr.pth",
  958. "apt_configs": {
  959. "slot.lon.es.tourist": {
  960. "location": "Dublin",
  961. "jurisdiction": "Greater London",
  962. "visa_type": "Short Term Visa(Maximum stay of 90 days)",
  963. "visa_subtype": "Tourist Visa",
  964. "appointment_type": "Individual",
  965. "appointment_category": "Normal",
  966. "mission_code": "LHR"
  967. }
  968. }
  969. }
  970. },
  971. {
  972. "identifier": "tls.gb.fr",
  973. "debug": false,
  974. "enable": true,
  975. "need_account": true,
  976. "need_proxy": true,
  977. "proxy_pool": ["proxy-cheap", "decodo"],
  978. "proxy_cd": 300,
  979. "session_max_life": 1800,
  980. "sentinel": {
  981. "account_source": "built-in",
  982. "account_pool_id": "gb.fr.sentinel",
  983. "target_instances": 1,
  984. "account_cd": 1800,
  985. "signal_ttl": 30
  986. },
  987. "booker": {
  988. "account_source": "order",
  989. "target_instances": 1,
  990. "account_cd": 1800,
  991. "booking_cooldown": 10,
  992. "max_bookings_per_account": 1
  993. },
  994. "query_wait": {
  995. "mode": "Random",
  996. "fixed_wait": 10,
  997. "random_min": 60,
  998. "random_max": 300
  999. },
  1000. "plugin_config": {
  1001. "lib_path": "plugins",
  1002. "plugin_name": "tls_plugin",
  1003. "plugin_bin": "tls_plugin.py",
  1004. "plugin_proto": "IVSPlg"
  1005. },
  1006. "appointment_types": [
  1007. {
  1008. "weight": 10,
  1009. "routing_key": "slot.lon.fr.tourist",
  1010. "city": "London",
  1011. "visa_type": "Tourist",
  1012. "country": "France"
  1013. }
  1014. ],
  1015. "website": "https://visas-fr.tlscontact.com/en-us/country/gb/vac/gbLON2fr",
  1016. "free_config": {
  1017. "tls_url": "https://visas-fr.tlscontact.com/en-us/country/gb/vac/gbLON2fr",
  1018. "location": "London",
  1019. "capsolver_key": "CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A",
  1020. "apt_config": {
  1021. "code": "gbLON2fr",
  1022. "country": "gb",
  1023. "mission": "fr",
  1024. "city": "London"
  1025. },
  1026. "interest_month": "06-2026",
  1027. "target_labels": [
  1028. "",
  1029. "pta"
  1030. ]
  1031. }
  1032. },
  1033. {
  1034. "identifier": "tls.cn.cng.fr",
  1035. "debug": false,
  1036. "enable": false,
  1037. "need_account": false,
  1038. "need_proxy": true,
  1039. "proxy_pool": ["local"],
  1040. "proxy_cd": 300,
  1041. "session_max_life": 1800,
  1042. "sentinel": {
  1043. "account_source": "built-in",
  1044. "account_pool_id": "cn.cng.fr.sentinel",
  1045. "target_instances": 1,
  1046. "account_cd": 1800,
  1047. "signal_ttl": 30
  1048. },
  1049. "booker": {
  1050. "account_source": "order",
  1051. "target_instances": 1,
  1052. "account_cd": 1800,
  1053. "booking_cooldown": 10,
  1054. "max_bookings_per_account": 1
  1055. },
  1056. "query_wait": {
  1057. "mode": "Random",
  1058. "fixed_wait": 10,
  1059. "random_min": 60,
  1060. "random_max": 300
  1061. },
  1062. "plugin_config": {
  1063. "lib_path": "plugins",
  1064. "plugin_name": "tls_plugin2",
  1065. "plugin_bin": "tls_plugin2.py",
  1066. "plugin_proto": "IVSPlg"
  1067. },
  1068. "appointment_types": [
  1069. {
  1070. "weight": 10,
  1071. "routing_key": "slot.cng.fr.tourist",
  1072. "city": "Chengdu",
  1073. "visa_type": "Tourist",
  1074. "country": "France"
  1075. }
  1076. ],
  1077. "website": "https://visas-fr.tlscontact.com/en-us/country/cn/vac/cnCNG2fr",
  1078. "free_config": {
  1079. "tls_url": "https://visas-fr.tlscontact.com/en-us/country/cn/vac/cnCNG2fr",
  1080. "location": "Chengdu",
  1081. "capsolver_key": "CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A",
  1082. "interest_month": "06-2026",
  1083. "target_labels": [
  1084. "", "pta"
  1085. ]
  1086. }
  1087. },
  1088. {
  1089. "identifier": "e-konsulat.ie.pl",
  1090. "debug": false,
  1091. "enable": true,
  1092. "need_account": false,
  1093. "need_proxy": true,
  1094. "proxy_pool": ["proxy-cheap", "decodo"],
  1095. "proxy_cd": 300,
  1096. "session_max_life": 1800,
  1097. "sentinel": {
  1098. "account_source": "",
  1099. "account_pool_id": "",
  1100. "target_instances": 1,
  1101. "account_cd": 0,
  1102. "signal_ttl": 30
  1103. },
  1104. "booker": {
  1105. "account_source": "",
  1106. "target_instances": 0,
  1107. "account_cd": 0,
  1108. "booking_cooldown": 10,
  1109. "max_bookings_per_account": 1
  1110. },
  1111. "query_wait": {
  1112. "mode": "Random",
  1113. "fixed_wait": 10,
  1114. "random_min": 60,
  1115. "random_max": 300
  1116. },
  1117. "plugin_config": {
  1118. "lib_path": "plugins",
  1119. "plugin_name": "pol_plugin",
  1120. "plugin_bin": "pol_plugin.py",
  1121. "plugin_proto": "IVSPlg"
  1122. },
  1123. "appointment_types": [
  1124. {
  1125. "weight": 10,
  1126. "routing_key": "slot.dub.pl.tourist",
  1127. "city": "Dublin",
  1128. "visa_type": "Tourist",
  1129. "country": "Poland"
  1130. }
  1131. ],
  1132. "website": "https://secure.e-konsulat.gov.pl/placowki/151/wiza-schengen/wizyty/weryfikacja-obrazkowa",
  1133. "free_config": {
  1134. "query_url": "https://secure.e-konsulat.gov.pl/placowki/151/wiza-schengen/wizyty/weryfikacja-obrazkowa",
  1135. "service_type": "Wiza Schengen",
  1136. "location": "Dublin"
  1137. }
  1138. },
  1139. {
  1140. "identifier": "e-konsulat.jp.pl",
  1141. "debug": false,
  1142. "enable": false,
  1143. "need_account": false,
  1144. "need_proxy": true,
  1145. "proxy_pool": ["proxy-cheap", "decodo"],
  1146. "proxy_cd": 300,
  1147. "session_max_life": 1800,
  1148. "sentinel": {
  1149. "account_source": "",
  1150. "account_pool_id": "",
  1151. "target_instances": 1,
  1152. "account_cd": 0,
  1153. "signal_ttl": 30
  1154. },
  1155. "booker": {
  1156. "account_source": "",
  1157. "target_instances": 0,
  1158. "account_cd": 0,
  1159. "booking_cooldown": 10,
  1160. "max_bookings_per_account": 1
  1161. },
  1162. "query_wait": {
  1163. "mode": "Random",
  1164. "fixed_wait": 10,
  1165. "random_min": 60,
  1166. "random_max": 300
  1167. },
  1168. "plugin_config": {
  1169. "lib_path": "plugins",
  1170. "plugin_name": "pol_plugin",
  1171. "plugin_bin": "pol_plugin.py",
  1172. "plugin_proto": "IVSPlg"
  1173. },
  1174. "appointment_types": [
  1175. {
  1176. "weight": 10,
  1177. "routing_key": "slot.tyo.pl.tourist",
  1178. "city": "Tokyo",
  1179. "visa_type": "Tourist",
  1180. "country": "Poland"
  1181. }
  1182. ],
  1183. "website": "https://secure.e-konsulat.gov.pl/placowki/178/wiza-krajowa/wizyty/weryfikacja-obrazkowa",
  1184. "free_config": {
  1185. "query_url": "https://secure.e-konsulat.gov.pl/placowki/178/wiza-krajowa/wizyty/weryfikacja-obrazkowa",
  1186. "service_type": "wiza krajowa",
  1187. "location": "Tokio"
  1188. }
  1189. },
  1190. {
  1191. "identifier": "visaonweb.ie.be",
  1192. "debug": false,
  1193. "enable": false,
  1194. "need_account": true,
  1195. "need_proxy": true,
  1196. "proxy_pool": ["local"],
  1197. "proxy_cd": 300,
  1198. "session_max_life": 10800,
  1199. "sentinel": {
  1200. "account_source": "built-in",
  1201. "account_pool_id": "ie.be.sentinel",
  1202. "target_instances": 1,
  1203. "account_cd": 3600,
  1204. "signal_ttl": 30
  1205. },
  1206. "booker": {
  1207. "account_source": "",
  1208. "target_instances": 0,
  1209. "account_cd": 0,
  1210. "booking_cooldown": 10,
  1211. "max_bookings_per_account": 1
  1212. },
  1213. "query_wait": {
  1214. "mode": "Random",
  1215. "fixed_wait": 10,
  1216. "random_min": 60,
  1217. "random_max": 300
  1218. },
  1219. "plugin_config": {
  1220. "lib_path": "plugins",
  1221. "plugin_name": "bel_plugin",
  1222. "plugin_bin": "bel_plugin.py",
  1223. "plugin_proto": "IVSPlg"
  1224. },
  1225. "appointment_types": [
  1226. {
  1227. "weight": 10,
  1228. "routing_key": "slot.dub.be.tourist",
  1229. "city": "Dublin",
  1230. "visa_type": "Tourist",
  1231. "country": "Belgium"
  1232. }
  1233. ],
  1234. "website": "https://visaonweb.diplomatie.be/en",
  1235. "free_config": {
  1236. "capsolver_key":"CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A"
  1237. }
  1238. },
  1239. {
  1240. "identifier": "visametric.ie.de",
  1241. "debug": false,
  1242. "enable": false,
  1243. "need_account": false,
  1244. "need_proxy": true,
  1245. "proxy_pool": ["proxy-cheap", "decodo"],
  1246. "proxy_cd": 300,
  1247. "session_max_life": 900,
  1248. "sentinel": {
  1249. "account_source": "",
  1250. "account_pool_id": "",
  1251. "target_instances": 1,
  1252. "account_cd": 0,
  1253. "signal_ttl": 30
  1254. },
  1255. "booker": {
  1256. "account_source": "",
  1257. "account_pool_id": "",
  1258. "target_instances": 1,
  1259. "account_cd": 0,
  1260. "booking_cooldown": 10,
  1261. "max_bookings_per_account": 1
  1262. },
  1263. "query_wait": {
  1264. "mode": "Random",
  1265. "fixed_wait": 10,
  1266. "random_min": 60,
  1267. "random_max": 300
  1268. },
  1269. "plugin_config": {
  1270. "lib_path": "plugins",
  1271. "plugin_name": "de_plugin",
  1272. "plugin_bin": "de_plugin.py",
  1273. "plugin_proto": "IVSPlg"
  1274. },
  1275. "appointment_types": [
  1276. {
  1277. "weight": 10,
  1278. "routing_key": "slot.dub.de.tourist",
  1279. "city": "Dublin",
  1280. "visa_type": "Tourist",
  1281. "country": "Germany"
  1282. }
  1283. ],
  1284. "website": "https://ie-appointment.visametric.com/en",
  1285. "free_config": {
  1286. "base_url": "https://ie-appointment.visametric.com",
  1287. "consularid": 1
  1288. }
  1289. },
  1290. {
  1291. "identifier": "pernotami.ie.it",
  1292. "debug": false,
  1293. "enable": false,
  1294. "need_account": true,
  1295. "need_proxy": true,
  1296. "proxy_pool": ["proxy-cheap", "decodo"],
  1297. "proxy_cd": 300,
  1298. "session_max_life": 900,
  1299. "sentinel": {
  1300. "account_source": "built-in",
  1301. "account_pool_id": "ie.it.sentinel",
  1302. "target_instances": 1,
  1303. "account_cd": 10800,
  1304. "signal_ttl": 30
  1305. },
  1306. "booker": {
  1307. "account_source": "order",
  1308. "target_instances": 1,
  1309. "account_cd": 10800,
  1310. "booking_cooldown": 10,
  1311. "max_bookings_per_account": 1
  1312. },
  1313. "query_wait": {
  1314. "mode": "Random",
  1315. "fixed_wait": 10,
  1316. "random_min": 60,
  1317. "random_max": 300
  1318. },
  1319. "plugin_config": {
  1320. "lib_path": "plugins",
  1321. "plugin_name": "ita_plugin",
  1322. "plugin_bin": "ita_plugin.py",
  1323. "plugin_proto": "IVSPlg"
  1324. },
  1325. "appointment_types": [
  1326. {
  1327. "weight": 10,
  1328. "routing_key": "slot.dub.it.tourist",
  1329. "city": "Dublin",
  1330. "visa_type": "Tourist",
  1331. "country": "Italy"
  1332. }
  1333. ],
  1334. "website": "https://prenotami.esteri.it/Home",
  1335. "free_config": {
  1336. "capsolver_key": "03db1d1ff2f4a33e84ef1da99bd83336bed3710153525"
  1337. }
  1338. },
  1339. {
  1340. "identifier": "greekemba.ie.gr",
  1341. "debug": false,
  1342. "enable": true,
  1343. "need_account": true,
  1344. "need_proxy": true,
  1345. "proxy_pool": ["proxy-cheap", "decodo"],
  1346. "proxy_cd": 300,
  1347. "session_max_life": 86400,
  1348. "sentinel": {
  1349. "account_source": "built-in",
  1350. "account_pool_id": "ie.gr.sentinel",
  1351. "target_instances": 1,
  1352. "account_cd": 10800,
  1353. "signal_ttl": 30
  1354. },
  1355. "booker": {
  1356. "account_source": "order",
  1357. "target_instances": 10,
  1358. "account_cd": 10800,
  1359. "booking_cooldown": 30,
  1360. "max_bookings_per_account": 1
  1361. },
  1362. "query_wait": {
  1363. "mode": "Random",
  1364. "fixed_wait": 10,
  1365. "random_min": 60,
  1366. "random_max": 300
  1367. },
  1368. "plugin_config": {
  1369. "lib_path": "plugins",
  1370. "plugin_name": "grc_plugin",
  1371. "plugin_bin": "grc_plugin.py",
  1372. "plugin_proto": "IVSPlg"
  1373. },
  1374. "appointment_types": [
  1375. {
  1376. "weight": 10,
  1377. "routing_key": "slot.dub.gr.tourist",
  1378. "city": "Dublin",
  1379. "visa_type": "Tourist",
  1380. "country": "Greece"
  1381. }
  1382. ],
  1383. "website": "https://www.supersaas.com/schedule/GreekEmbassyInDublin/Visas",
  1384. "free_config": {}
  1385. }
  1386. ]
  1387. }