groups.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958
  1. [
  2. {
  3. "identifier": "VFS_IE_NL",
  4. "debug": false,
  5. "enable": true,
  6. "need_account": true,
  7. "local_account_pool": "ie_nl",
  8. "need_proxy": true,
  9. "proxy_pool": "isp_all",
  10. "proxy_lock_interval": 5,
  11. "target_instances": 1,
  12. "account_login_interval": 180,
  13. "order_account_routing": "",
  14. "order_account_online_limit": 0,
  15. "account_bind_applicant": false,
  16. "session_max_life": 30,
  17. "query_wait": {
  18. "mode": "Random",
  19. "fixed_wait": 10,
  20. "random_min": 60,
  21. "random_max": 300
  22. },
  23. "plugin_config": {
  24. "lib_path": "plugins",
  25. "plugin_name": "vfs_plugin2",
  26. "plugin_bin": "vfs_plugin2.py",
  27. "plugin_proto": "IVSPlg"
  28. },
  29. "appointment_types": [
  30. {
  31. "weight": 10,
  32. "routing_key": "slot.dub.nl.tourist",
  33. "city": "Dublin",
  34. "visa_type": "Tourist",
  35. "country": "Netherlands"
  36. }
  37. ],
  38. "website": "https://visa.vfsglobal.com/irl/en/nld/login",
  39. "free_config": {
  40. "mission_code": "nld",
  41. "mission_name": "Netherlands",
  42. "country_code": "irl",
  43. "country_name": "Ireland",
  44. "culture_code": "en-US",
  45. "language": "en",
  46. "apt_configs": {
  47. "slot.dub.nl.tourist": {
  48. "center_name": "Netherlands Visa Application Center - Dublin",
  49. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  50. "vac_code": "NTDB",
  51. "category_name": "All Short stay Categories",
  52. "category_code": "TA",
  53. "subcategory_name": "Tourist",
  54. "subcategory_code": "To"
  55. }
  56. }
  57. }
  58. },
  59. {
  60. "identifier": "VFS_SG_FR",
  61. "debug": false,
  62. "enable": true,
  63. "need_account": true,
  64. "local_account_pool": "sg_fr",
  65. "need_proxy": true,
  66. "proxy_pool": "isp_all",
  67. "proxy_lock_interval": 5,
  68. "target_instances": 1,
  69. "account_login_interval": 180,
  70. "order_account_routing": "",
  71. "order_account_online_limit": 0,
  72. "account_bind_applicant": false,
  73. "session_max_life": 30,
  74. "query_wait": {
  75. "mode": "Random",
  76. "fixed_wait": 10,
  77. "random_min": 60,
  78. "random_max": 300
  79. },
  80. "plugin_config": {
  81. "lib_path": "plugins",
  82. "plugin_name": "vfs_plugin2",
  83. "plugin_bin": "vfs_plugin2.py",
  84. "plugin_proto": "IVSPlg"
  85. },
  86. "appointment_types": [
  87. {
  88. "weight": 10,
  89. "routing_key": "slot.sin.fr.tourist",
  90. "city": "Singapore",
  91. "visa_type": "Tourist",
  92. "country": "France"
  93. }
  94. ],
  95. "website": "https://visa.vfsglobal.com/sgp/en/fra/login",
  96. "free_config": {
  97. "mission_code": "fra",
  98. "mission_name": "France",
  99. "country_code": "sgp",
  100. "country_name": "Singapore",
  101. "culture_code": "en-US",
  102. "language": "en",
  103. "apt_configs": {
  104. "slot.sin.fr.tourist": {
  105. "center_name": "France Visa Application Center, Singapore",
  106. "address": "79 Anson Road #15-01 Singapore 079906",
  107. "vac_code": "FRSN",
  108. "category_name": "Short Stay",
  109. "category_code": "02",
  110. "subcategory_name": "Short Stay Tourist, Family Visit",
  111. "subcategory_code": "Six"
  112. }
  113. }
  114. }
  115. },
  116. {
  117. "identifier": "VFS_AU_FR",
  118. "debug": false,
  119. "enable": false,
  120. "need_account": true,
  121. "local_account_pool": "au_fr",
  122. "need_proxy": true,
  123. "proxy_pool": "isp_all",
  124. "proxy_lock_interval": 5,
  125. "target_instances": 1,
  126. "account_login_interval": 180,
  127. "order_account_routing": "",
  128. "order_account_online_limit": 0,
  129. "account_bind_applicant": false,
  130. "session_max_life": 30,
  131. "query_wait": {
  132. "mode": "Random",
  133. "fixed_wait": 10,
  134. "random_min": 60,
  135. "random_max": 300
  136. },
  137. "plugin_config": {
  138. "lib_path": "plugins",
  139. "plugin_name": "vfs_plugin2",
  140. "plugin_bin": "vfs_plugin2.py",
  141. "plugin_proto": "IVSPlg"
  142. },
  143. "appointment_types": [
  144. {
  145. "weight": 10,
  146. "routing_key": "slot.syd.fr.tourist",
  147. "city": "Sydney",
  148. "visa_type": "Tourist",
  149. "country": "France"
  150. },
  151. {
  152. "weight": 10,
  153. "routing_key": "slot.mel.fr.tourist",
  154. "city": "Melbourne",
  155. "visa_type": "Tourist",
  156. "country": "France"
  157. }
  158. ],
  159. "website": "https://visa.vfsglobal.com/aus/en/fra/login",
  160. "free_config": {
  161. "mission_code": "fra",
  162. "mission_name": "France",
  163. "country_code": "aus",
  164. "country_name": "Australia",
  165. "culture_code": "en-US",
  166. "language": "en",
  167. "apt_configs": {
  168. "slot.syd.fr.tourist": {
  169. "center_name": "France Visa Application Center - Sydney",
  170. "address": "France Visa Application Center,Level 6, 88 Pitt Street,Sydney NSW 2000",
  171. "vac_code": "SYD",
  172. "category_name": "VISA",
  173. "category_code": "VISA",
  174. "subcategory_name": "Short Stay Schengen Visa",
  175. "subcategory_code": "ShortStaySchengenVisa"
  176. },
  177. "slot.mel.fr.tourist": {
  178. "center_name": "France Visa Application Center - Melbourne",
  179. "address": "Level 5 332 St. Kilda road level 5 Melbourne 3004",
  180. "vac_code": "MEL",
  181. "category_name": "VISA",
  182. "category_code": "VISA",
  183. "subcategory_name": "Short Stay Schengen Visa",
  184. "subcategory_code": "ShortStaySchengenVisa"
  185. }
  186. }
  187. }
  188. },
  189. {
  190. "identifier": "VFS_GB_IT",
  191. "debug": false,
  192. "enable": true,
  193. "need_account": true,
  194. "local_account_pool": "gb_it",
  195. "need_proxy": true,
  196. "proxy_pool": "isp_all",
  197. "proxy_lock_interval": 5,
  198. "target_instances": 1,
  199. "account_login_interval": 180,
  200. "order_account_routing": "",
  201. "order_account_online_limit": 0,
  202. "account_bind_applicant": false,
  203. "session_max_life": 30,
  204. "query_wait": {
  205. "mode": "Random",
  206. "fixed_wait": 10,
  207. "random_min": 60,
  208. "random_max": 300
  209. },
  210. "plugin_config": {
  211. "lib_path": "plugins",
  212. "plugin_name": "vfs_plugin2",
  213. "plugin_bin": "vfs_plugin2.py",
  214. "plugin_proto": "IVSPlg"
  215. },
  216. "appointment_types": [
  217. {
  218. "weight": 80,
  219. "routing_key": "slot.lon.it.tourist",
  220. "city": "London",
  221. "visa_type": "Tourist",
  222. "country": "Italy"
  223. },
  224. {
  225. "weight": 20,
  226. "routing_key": "slot.man.it.tourist",
  227. "city": "Manchester",
  228. "visa_type": "Tourist",
  229. "country": "Italy"
  230. }
  231. ],
  232. "website": "https://visa.vfsglobal.com/gbr/en/ita/login",
  233. "free_config": {
  234. "mission_code": "ita",
  235. "mission_name": "Italy",
  236. "country_code": "gbr",
  237. "country_name": "United Kingdom",
  238. "culture_code": "en-US",
  239. "language": "en",
  240. "apt_configs": {
  241. "slot.lon.it.tourist": {
  242. "center_name": "Italy Visa Application Centre, London",
  243. "address": "Ground floor, 8- 20 Pocock St London SE1 0BW , United Kingdom",
  244. "vac_code": "ILON",
  245. "category_name": "Italy UK VisaCategory",
  246. "category_code": "UKITVED",
  247. "subcategory_name": "Tourist/ Business/ EU Family",
  248. "subcategory_code": "TBE"
  249. },
  250. "slot.man.it.tourist": {
  251. "center_name": "Italy Visa Application Centre, Manchester",
  252. "address": "50 Devonshire Street North, M12 6JH",
  253. "vac_code": "IMAN",
  254. "category_name": "Italy UK VisaCategory",
  255. "category_code": "UKITVED",
  256. "subcategory_name": "Tourist/ Business/ EU Family",
  257. "subcategory_code": "TBE"
  258. }
  259. }
  260. }
  261. },
  262. {
  263. "identifier": "VFS_GB_NL",
  264. "debug": false,
  265. "enable": true,
  266. "need_account": true,
  267. "local_account_pool": "gb_nl",
  268. "need_proxy": true,
  269. "proxy_pool": "isp_all",
  270. "proxy_lock_interval": 5,
  271. "target_instances": 1,
  272. "account_login_interval": 180,
  273. "order_account_routing": "",
  274. "order_account_online_limit": 0,
  275. "account_bind_applicant": false,
  276. "session_max_life": 30,
  277. "query_wait": {
  278. "mode": "Random",
  279. "fixed_wait": 10,
  280. "random_min": 60,
  281. "random_max": 300
  282. },
  283. "plugin_config": {
  284. "lib_path": "plugins",
  285. "plugin_name": "vfs_plugin2",
  286. "plugin_bin": "vfs_plugin2.py",
  287. "plugin_proto": "IVSPlg"
  288. },
  289. "appointment_types": [
  290. {
  291. "weight": 90,
  292. "routing_key": "slot.lon.nl.tourist",
  293. "city": "London",
  294. "visa_type": "Tourist",
  295. "country": "Netherlands"
  296. },
  297. {
  298. "weight": 10,
  299. "routing_key": "slot.man.nl.tourist",
  300. "city": "Manchester",
  301. "visa_type": "Tourist",
  302. "country": "Netherlands"
  303. }
  304. ],
  305. "website": "https://visa.vfsglobal.com/gbr/en/nld/login",
  306. "free_config": {
  307. "mission_code": "nld",
  308. "mission_name": "Netherland",
  309. "country_code": "gbr",
  310. "country_name": "United Kingdom",
  311. "culture_code": "en-US",
  312. "language": "en",
  313. "apt_configs": {
  314. "slot.lon.nl.tourist": {
  315. "center_name": "Netherlands Visa application centre - London",
  316. "address": "66 Wilson Street, EC2A 2BT",
  317. "vac_code": "NAKN",
  318. "category_name": "Schengen Visa",
  319. "category_code": "Schengen Visa",
  320. "subcategory_name": "Tourism",
  321. "subcategory_code": "TA"
  322. },
  323. "slot.man.nl.tourist": {
  324. "center_name": "Netherlands Visa application centre - Manchester",
  325. "address": "50 Devonshire Street North, M12 6JH",
  326. "vac_code": "NAKT",
  327. "category_name": "Schengen Visa",
  328. "category_code": "Schengen Visa",
  329. "subcategory_name": "Tourism",
  330. "subcategory_code": "TA"
  331. }
  332. }
  333. }
  334. },
  335. {
  336. "identifier": "VFS_GB_NO",
  337. "debug": false,
  338. "enable": true,
  339. "need_account": true,
  340. "local_account_pool": "gb_no",
  341. "need_proxy": true,
  342. "proxy_pool": "isp_all",
  343. "proxy_lock_interval": 5,
  344. "target_instances": 1,
  345. "account_login_interval": 180,
  346. "order_account_routing": "",
  347. "order_account_online_limit": 0,
  348. "account_bind_applicant": false,
  349. "session_max_life": 30,
  350. "query_wait": {
  351. "mode": "Random",
  352. "fixed_wait": 10,
  353. "random_min": 60,
  354. "random_max": 300
  355. },
  356. "plugin_config": {
  357. "lib_path": "plugins",
  358. "plugin_name": "vfs_plugin2",
  359. "plugin_bin": "vfs_plugin2.py",
  360. "plugin_proto": "IVSPlg"
  361. },
  362. "appointment_types": [
  363. {
  364. "weight": 10,
  365. "routing_key": "slot.lon.no.tourist",
  366. "city": "London",
  367. "visa_type": "Tourist",
  368. "country": "Norway"
  369. }
  370. ],
  371. "website": "https://visa.vfsglobal.com/gbr/en/nor/login",
  372. "free_config": {
  373. "mission_code": "nor",
  374. "mission_name": "Norway",
  375. "country_code": "gbr",
  376. "country_name": "United Kingdom",
  377. "culture_code": "en-US",
  378. "language": "en",
  379. "apt_configs": {
  380. "slot.lon.no.tourist": {
  381. "center_name": "Norway Visa Application Centre, London",
  382. "address": "66 Wilson street, EC2A 2BT",
  383. "vac_code": "NLON",
  384. "category_name": "Schengen Visa C",
  385. "category_code": "SCHVISA",
  386. "subcategory_name": "Tourist Visa",
  387. "subcategory_code": "TOU"
  388. }
  389. }
  390. }
  391. },
  392. {
  393. "identifier": "VFS_IE_AT",
  394. "debug": false,
  395. "enable": true,
  396. "need_account": true,
  397. "local_account_pool": "ie_at",
  398. "need_proxy": true,
  399. "proxy_pool": "isp_all",
  400. "proxy_lock_interval": 5,
  401. "target_instances": 1,
  402. "account_login_interval": 180,
  403. "order_account_routing": "",
  404. "order_account_online_limit": 0,
  405. "account_bind_applicant": false,
  406. "session_max_life": 30,
  407. "query_wait": {
  408. "mode": "Random",
  409. "fixed_wait": 10,
  410. "random_min": 60,
  411. "random_max": 300
  412. },
  413. "plugin_config": {
  414. "lib_path": "plugins",
  415. "plugin_name": "vfs_plugin2",
  416. "plugin_bin": "vfs_plugin2.py",
  417. "plugin_proto": "IVSPlg"
  418. },
  419. "appointment_types": [
  420. {
  421. "weight": 10,
  422. "routing_key": "slot.dub.at.tourist",
  423. "city": "Dublin",
  424. "visa_type": "Tourist",
  425. "country": "Austria"
  426. }
  427. ],
  428. "website": "https://visa.vfsglobal.com/irl/en/aut/login",
  429. "free_config": {
  430. "mission_code": "aut",
  431. "mission_name": "Austria",
  432. "country_code": "irl",
  433. "country_name": "Ireland",
  434. "culture_code": "en-US",
  435. "language": "en",
  436. "apt_configs": {
  437. "slot.dub.at.tourist": {
  438. "center_name": "Austria / Switzerland / Liechtenstein/ Slovenia Visa Application Center, Dublin",
  439. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  440. "vac_code": "AUT-DUB",
  441. "category_name": "Other Visas",
  442. "category_code": "Default_Austria_Ireland ",
  443. "subcategory_name": "All Visas ",
  444. "subcategory_code": "TA"
  445. }
  446. }
  447. }
  448. },
  449. {
  450. "identifier": "VFS_IE_DK",
  451. "debug": false,
  452. "enable": true,
  453. "need_account": true,
  454. "local_account_pool": "ie_dk",
  455. "need_proxy": true,
  456. "proxy_pool": "isp_all",
  457. "proxy_lock_interval": 5,
  458. "target_instances": 1,
  459. "account_login_interval": 180,
  460. "order_account_routing": "",
  461. "order_account_online_limit": 0,
  462. "account_bind_applicant": false,
  463. "session_max_life": 30,
  464. "query_wait": {
  465. "mode": "Random",
  466. "fixed_wait": 10,
  467. "random_min": 60,
  468. "random_max": 300
  469. },
  470. "plugin_config": {
  471. "lib_path": "plugins",
  472. "plugin_name": "vfs_plugin2",
  473. "plugin_bin": "vfs_plugin2.py",
  474. "plugin_proto": "IVSPlg"
  475. },
  476. "appointment_types": [
  477. {
  478. "weight": 10,
  479. "routing_key": "slot.dub.dk.tourist",
  480. "city": "Dublin",
  481. "visa_type": "Tourist",
  482. "country": "Denmark"
  483. }
  484. ],
  485. "website": "https://visa.vfsglobal.com/irl/en/dnk/login",
  486. "free_config": {
  487. "mission_code": "dnk",
  488. "mission_name": "Denmark",
  489. "country_code": "irl",
  490. "country_name": "Ireland",
  491. "culture_code": "en-US",
  492. "language": "en",
  493. "apt_configs": {
  494. "slot.dub.dk.tourist": {
  495. "center_name": "Denmark Visa Application Center, Dublin ",
  496. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  497. "vac_code": "DIDUB",
  498. "category_name": "Schengen Visa",
  499. "category_code": "SV",
  500. "subcategory_name": "Tourism",
  501. "subcategory_code": "TV"
  502. }
  503. }
  504. }
  505. },
  506. {
  507. "identifier": "VFS_IE_FI",
  508. "debug": false,
  509. "enable": true,
  510. "need_account": true,
  511. "local_account_pool": "ie_fi",
  512. "need_proxy": true,
  513. "proxy_pool": "isp_all",
  514. "proxy_lock_interval": 5,
  515. "target_instances": 1,
  516. "account_login_interval": 180,
  517. "order_account_routing": "",
  518. "order_account_online_limit": 0,
  519. "account_bind_applicant": false,
  520. "session_max_life": 30,
  521. "query_wait": {
  522. "mode": "Random",
  523. "fixed_wait": 10,
  524. "random_min": 60,
  525. "random_max": 300
  526. },
  527. "plugin_config": {
  528. "lib_path": "plugins",
  529. "plugin_name": "vfs_plugin2",
  530. "plugin_bin": "vfs_plugin2.py",
  531. "plugin_proto": "IVSPlg"
  532. },
  533. "appointment_types": [
  534. {
  535. "weight": 10,
  536. "routing_key": "slot.dub.fi.tourist",
  537. "city": "Dublin",
  538. "visa_type": "Tourist",
  539. "country": "Finland"
  540. }
  541. ],
  542. "website": "https://visa.vfsglobal.com/irl/en/fin/login",
  543. "free_config": {
  544. "mission_code": "fin",
  545. "mission_name": "Finland",
  546. "country_code": "irl",
  547. "country_name": "Ireland",
  548. "culture_code": "en-US",
  549. "language": "en",
  550. "apt_configs": {
  551. "slot.dub.fi.tourist": {
  552. "center_name": "Application Centre, Dublin",
  553. "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
  554. "vac_code": "Dubb",
  555. "category_name": "VISA",
  556. "category_code": "S S",
  557. "subcategory_name": "Tourist Category",
  558. "subcategory_code": "Tourist Category"
  559. }
  560. }
  561. }
  562. },
  563. {
  564. "identifier": "VFS_IE_HU",
  565. "debug": false,
  566. "enable": true,
  567. "need_account": true,
  568. "local_account_pool": "ie_hu",
  569. "need_proxy": true,
  570. "proxy_pool": "isp_all",
  571. "proxy_lock_interval": 5,
  572. "target_instances": 1,
  573. "account_login_interval": 180,
  574. "order_account_routing": "",
  575. "order_account_online_limit": 0,
  576. "account_bind_applicant": false,
  577. "session_max_life": 30,
  578. "query_wait": {
  579. "mode": "Random",
  580. "fixed_wait": 10,
  581. "random_min": 60,
  582. "random_max": 300
  583. },
  584. "plugin_config": {
  585. "lib_path": "plugins",
  586. "plugin_name": "vfs_plugin2",
  587. "plugin_bin": "vfs_plugin2.py",
  588. "plugin_proto": "IVSPlg"
  589. },
  590. "appointment_types": [
  591. {
  592. "weight": 10,
  593. "routing_key": "slot.dub.hu.tourist",
  594. "city": "Dublin",
  595. "visa_type": "Tourist",
  596. "country": "Hungary"
  597. }
  598. ],
  599. "website": "https://visa.vfsglobal.com/irl/en/hun/login",
  600. "free_config": {
  601. "mission_code": "hun",
  602. "mission_name": "Hungary",
  603. "country_code": "irl",
  604. "country_name": "Ireland",
  605. "culture_code": "en-US",
  606. "language": "en",
  607. "apt_configs": {
  608. "slot.dub.hu.tourist": {
  609. "center_name": "Ireland Visa Application Center,Dublin",
  610. "address": "Cunningham House, 130 Francis Street Dublin",
  611. "vac_code": "DUB",
  612. "category_name": "Short Stay",
  613. "category_code": "SS",
  614. "subcategory_name": "Schengen Visa",
  615. "subcategory_code": "Schengen Visa"
  616. }
  617. }
  618. }
  619. },
  620. {
  621. "identifier": "VFS_IE_IS",
  622. "debug": false,
  623. "enable": true,
  624. "need_account": true,
  625. "local_account_pool": "ie_is",
  626. "need_proxy": true,
  627. "proxy_pool": "isp_all",
  628. "proxy_lock_interval": 5,
  629. "target_instances": 1,
  630. "account_login_interval": 180,
  631. "order_account_routing": "",
  632. "order_account_online_limit": 0,
  633. "account_bind_applicant": false,
  634. "session_max_life": 30,
  635. "query_wait": {
  636. "mode": "Random",
  637. "fixed_wait": 10,
  638. "random_min": 60,
  639. "random_max": 300
  640. },
  641. "plugin_config": {
  642. "lib_path": "plugins",
  643. "plugin_name": "vfs_plugin2",
  644. "plugin_bin": "vfs_plugin2.py",
  645. "plugin_proto": "IVSPlg"
  646. },
  647. "appointment_types": [
  648. {
  649. "weight": 10,
  650. "routing_key": "slot.dub.is.tourist",
  651. "city": "Dublin",
  652. "visa_type": "Tourist",
  653. "country": "Iceland"
  654. }
  655. ],
  656. "website": "https://visa.vfsglobal.com/irl/en/isl/login",
  657. "free_config": {
  658. "mission_code": "isl",
  659. "mission_name": "Iceland",
  660. "country_code": "irl",
  661. "country_name": "Ireland",
  662. "culture_code": "en-US",
  663. "language": "en",
  664. "apt_configs": {
  665. "slot.dub.is.tourist": {
  666. "center_name": "Iceland Visa Application Center- Dublin",
  667. "address": "Cunningham House, 130 Francis Street, Dublin, Ireland- DO8 H48R",
  668. "vac_code": "DUB",
  669. "category_name": "C-Visa",
  670. "category_code": "CVI",
  671. "subcategory_name": "Tourism",
  672. "subcategory_code": "OTT"
  673. }
  674. }
  675. }
  676. },
  677. {
  678. "identifier": "BLS_IE_ES",
  679. "debug": false,
  680. "enable": true,
  681. "need_account": true,
  682. "local_account_pool": "ie_es",
  683. "need_proxy": true,
  684. "proxy_pool": "iproyal",
  685. "proxy_lock_interval": 5,
  686. "target_instances": 1,
  687. "account_login_interval": 30,
  688. "order_account_routing": "",
  689. "order_account_online_limit": 0,
  690. "account_bind_applicant": false,
  691. "session_max_life": 60,
  692. "query_wait": {
  693. "mode": "Random",
  694. "fixed_wait": 10,
  695. "random_min": 180,
  696. "random_max": 360
  697. },
  698. "plugin_config": {
  699. "lib_path": "plugins",
  700. "plugin_name": "bls_plugin",
  701. "plugin_bin": "bls_plugin.py",
  702. "plugin_proto": "IVSPlg"
  703. },
  704. "appointment_types": [
  705. {
  706. "weight": 10,
  707. "routing_key": "slot.dub.es.tourist",
  708. "city": "Dublin",
  709. "visa_type": "Tourist",
  710. "country": "Spain"
  711. }
  712. ],
  713. "website": "https://ireland.blsspainglobal.com/Global/bls/visatypeverification",
  714. "free_config": {
  715. "domain": "ireland.blsspainglobal.com",
  716. "ocr_model": "data/ctc.pth",
  717. "apt_configs": {
  718. "slot.dub.es.tourist": {
  719. "location": "Dublin",
  720. "jurisdiction": null,
  721. "visa_type": "Schengen Visa/ Short Term Visa",
  722. "visa_subtype": "Tourist Visa",
  723. "appointment_type": "Individual",
  724. "appointment_category": "Normal",
  725. "mission_code": "EMBASSY_DUBLIN"
  726. }
  727. }
  728. }
  729. },
  730. {
  731. "identifier": "BLS_GB_ES",
  732. "debug": false,
  733. "enable": false,
  734. "need_account": true,
  735. "local_account_pool": "gb_es",
  736. "need_proxy": true,
  737. "proxy_pool": "iproyal",
  738. "proxy_lock_interval": 5,
  739. "target_instances": 1,
  740. "account_login_interval": 30,
  741. "order_account_routing": "",
  742. "order_account_online_limit": 0,
  743. "account_bind_applicant": false,
  744. "session_max_life": 60,
  745. "query_wait": {
  746. "mode": "Random",
  747. "fixed_wait": 10,
  748. "random_min": 60,
  749. "random_max": 300
  750. },
  751. "plugin_config": {
  752. "lib_path": "plugins",
  753. "plugin_name": "bls_plugin",
  754. "plugin_bin": "bls_plugin.py",
  755. "plugin_proto": "IVSPlg"
  756. },
  757. "appointment_types": [
  758. {
  759. "weight": 10,
  760. "routing_key": "slot.lon.es.tourist",
  761. "city": "London",
  762. "visa_type": "Tourist",
  763. "country": "Spain"
  764. }
  765. ],
  766. "website": "https://uk.blsspainglobal.com/Global/bls/visatypeverification",
  767. "free_config": {
  768. "domain": "uk.blsspainglobal.com",
  769. "ocr_model": "data/ocr.pth",
  770. "apt_configs": {
  771. "slot.lon.es.tourist": {
  772. "location": "Dublin",
  773. "jurisdiction": "Greater London",
  774. "visa_type": "Short Term Visa(Maximum stay of 90 days)",
  775. "visa_subtype": "Tourist Visa",
  776. "appointment_type": "Individual",
  777. "appointment_category": "Normal",
  778. "mission_code": "LHR"
  779. }
  780. }
  781. }
  782. },
  783. {
  784. "identifier": "TLS_GB_FR",
  785. "debug": false,
  786. "enable": false,
  787. "need_account": true,
  788. "local_account_pool": "gb_fr",
  789. "need_proxy": true,
  790. "proxy_pool": "iproyal",
  791. "proxy_lock_interval": 5,
  792. "target_instances": 1,
  793. "account_login_interval": 30,
  794. "order_account_routing": "auto.slot.lon.fr.tourist",
  795. "order_account_online_limit": 0,
  796. "account_bind_applicant": true,
  797. "session_max_life": 30,
  798. "query_wait": {
  799. "mode": "Random",
  800. "fixed_wait": 10,
  801. "random_min": 60,
  802. "random_max": 300
  803. },
  804. "plugin_config": {
  805. "lib_path": "plugins",
  806. "plugin_name": "tls_plugin2",
  807. "plugin_bin": "tls_plugin2.py",
  808. "plugin_proto": "IVSPlg"
  809. },
  810. "appointment_types": [
  811. {
  812. "weight": 10,
  813. "routing_key": "slot.lon.fr.tourist",
  814. "city": "London",
  815. "visa_type": "Tourist",
  816. "country": "France"
  817. }
  818. ],
  819. "website": "https://visas-fr.tlscontact.com/country/gb/vac/gbLON2fr/",
  820. "free_config": {
  821. "capsolver_key": "CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A",
  822. "apt_config": {
  823. "code": "gbLON2fr",
  824. "country": "gb",
  825. "mission": "fr",
  826. "city": "London"
  827. },
  828. "interest_month": "02-2026",
  829. "target_labels": [
  830. "",
  831. "pta"
  832. ]
  833. }
  834. },
  835. {
  836. "identifier": "VISAMETRIC_IE_DE",
  837. "debug": false,
  838. "enable": false,
  839. "need_account": false,
  840. "local_account_pool": "",
  841. "need_proxy": true,
  842. "proxy_pool": "iproyal",
  843. "proxy_lock_interval": 5,
  844. "target_instances": 1,
  845. "account_login_interval": 30,
  846. "order_account_routing": "",
  847. "order_account_online_limit": 0,
  848. "account_bind_applicant": false,
  849. "session_max_life": 15,
  850. "query_wait": {
  851. "mode": "Random",
  852. "fixed_wait": 10,
  853. "random_min": 60,
  854. "random_max": 300
  855. },
  856. "plugin_config": {
  857. "lib_path": "plugins",
  858. "plugin_name": "de_plugin",
  859. "plugin_bin": "de_plugin.py",
  860. "plugin_proto": "IVSPlg"
  861. },
  862. "appointment_types": [
  863. {
  864. "weight": 10,
  865. "routing_key": "slot.dub.de.tourist",
  866. "city": "Dublin",
  867. "visa_type": "Tourist",
  868. "country": "Germany"
  869. }
  870. ],
  871. "website": "https://ie-appointment.visametric.com/en",
  872. "free_config": {
  873. "base_url": "https://ie-appointment.visametric.com",
  874. "consularid": 1
  875. }
  876. },
  877. {
  878. "identifier": "PRENOTAMI_IE_IT",
  879. "debug": false,
  880. "enable": false,
  881. "need_account": true,
  882. "local_account_pool": "ie_it",
  883. "need_proxy": true,
  884. "proxy_pool": "local",
  885. "proxy_lock_interval": 5,
  886. "target_instances": 1,
  887. "account_login_interval": 0,
  888. "order_account_routing": "",
  889. "order_account_online_limit": 0,
  890. "account_bind_applicant": false,
  891. "session_max_life": 15,
  892. "query_wait": {
  893. "mode": "Random",
  894. "fixed_wait": 10,
  895. "random_min": 60,
  896. "random_max": 300
  897. },
  898. "plugin_config": {
  899. "lib_path": "plugins",
  900. "plugin_name": "ita_plugin",
  901. "plugin_bin": "ita_plugin.py",
  902. "plugin_proto": "IVSPlg"
  903. },
  904. "appointment_types": [
  905. {
  906. "weight": 10,
  907. "routing_key": "slot.dub.it.tourist",
  908. "city": "Dublin",
  909. "visa_type": "Tourist",
  910. "country": "Italy"
  911. }
  912. ],
  913. "website": "https://prenotami.esteri.it/Home",
  914. "free_config": {
  915. "capsolver_key": "03db1d1ff2f4a33e84ef1da99bd83336bed3710153525"
  916. }
  917. },
  918. {
  919. "identifier": "GreekEmbassy_IE_GR",
  920. "debug": false,
  921. "enable": false,
  922. "need_account": true,
  923. "local_account_pool": "ie_gr",
  924. "need_proxy": true,
  925. "proxy_pool": "isp_all",
  926. "proxy_lock_interval": 5,
  927. "target_instances": 4,
  928. "account_login_interval": 1,
  929. "order_account_routing": "",
  930. "order_account_online_limit": 0,
  931. "account_bind_applicant": false,
  932. "session_max_life": 15,
  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": "grc_plugin",
  942. "plugin_bin": "grc_plugin.py",
  943. "plugin_proto": "IVSPlg"
  944. },
  945. "appointment_types": [
  946. {
  947. "weight": 10,
  948. "routing_key": "slot.dub.gr.tourist",
  949. "city": "Dublin",
  950. "visa_type": "Tourist",
  951. "country": "Greece"
  952. }
  953. ],
  954. "website": "https://www.supersaas.com/schedule/GreekEmbassyInDublin/Visas",
  955. "free_config": {}
  956. }
  957. ]