config_booker.json 44 KB

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