config_sentinel.json 42 KB

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