| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179 |
- {
- "redis": {
- "host": "45.137.220.138",
- "port": 6379,
- "db": 0,
- "password": "STEs2x6ML0U1HlpE9SojM6YU7QPhqzY8"
- },
- "group_list": [
- {
- "identifier": "vfs.ie.nl",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.nl.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "ie.nl.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.nl.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Netherlands"
- }
- ],
- "website": "https://visa.vfsglobal.com/irl/en/nld/login",
- "free_config": {
- "mission_code": "nld",
- "mission_name": "Netherlands",
- "country_code": "irl",
- "country_name": "Ireland",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.dub.nl.tourist": {
- "center_name": "Netherlands Visa Application Center - Dublin",
- "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
- "vac_code": "NTDB",
- "category_name": "All Short stay Categories",
- "category_code": "TA",
- "subcategory_name": "Tourist",
- "subcategory_code": "To"
- }
- }
- }
- },
- {
- "identifier": "vfs.sg.fr",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "sg.fr.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "sg.fr.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.sin.fr.tourist",
- "city": "Singapore",
- "visa_type": "Tourist",
- "country": "France"
- }
- ],
- "website": "https://visa.vfsglobal.com/sgp/en/fra/login",
- "free_config": {
- "mission_code": "fra",
- "mission_name": "France",
- "country_code": "sgp",
- "country_name": "Singapore",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.sin.fr.tourist": {
- "center_name": "France Visa Application Center, Singapore",
- "address": "79 Anson Road #15-01 Singapore 079906",
- "vac_code": "FRSN",
- "category_name": "Short Stay",
- "category_code": "02",
- "subcategory_name": "Short Stay Tourist, Family Visit",
- "subcategory_code": "Six"
- }
- }
- }
- },
- {
- "identifier": "vfs.au.fr",
- "debug": false,
- "enable": false,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "au.fr.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "au.fr.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.syd.fr.tourist",
- "city": "Sydney",
- "visa_type": "Tourist",
- "country": "France"
- },
- {
- "weight": 10,
- "routing_key": "slot.mel.fr.tourist",
- "city": "Melbourne",
- "visa_type": "Tourist",
- "country": "France"
- }
- ],
- "website": "https://visa.vfsglobal.com/aus/en/fra/login",
- "free_config": {
- "mission_code": "fra",
- "mission_name": "France",
- "country_code": "aus",
- "country_name": "Australia",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.syd.fr.tourist": {
- "center_name": "France Visa Application Center - Sydney",
- "address": "France Visa Application Center,Level 6, 88 Pitt Street,Sydney NSW 2000",
- "vac_code": "SYD",
- "category_name": "VISA",
- "category_code": "VISA",
- "subcategory_name": "Short Stay Schengen Visa",
- "subcategory_code": "ShortStaySchengenVisa"
- },
- "slot.mel.fr.tourist": {
- "center_name": "France Visa Application Center - Melbourne",
- "address": "Level 5 332 St. Kilda road level 5 Melbourne 3004",
- "vac_code": "MEL",
- "category_name": "VISA",
- "category_code": "VISA",
- "subcategory_name": "Short Stay Schengen Visa",
- "subcategory_code": "ShortStaySchengenVisa"
- }
- }
- }
- },
- {
- "identifier": "vfs.gb.it",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "gb.it.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "gb.it.booker",
- "target_instances": 0,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 80,
- "routing_key": "slot.lon.it.tourist",
- "city": "London",
- "visa_type": "Tourist",
- "country": "Italy"
- },
- {
- "weight": 20,
- "routing_key": "slot.man.it.tourist",
- "city": "Manchester",
- "visa_type": "Tourist",
- "country": "Italy"
- }
- ],
- "website": "https://visa.vfsglobal.com/gbr/en/ita/login",
- "free_config": {
- "mission_code": "ita",
- "mission_name": "Italy",
- "country_code": "gbr",
- "country_name": "United Kingdom",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.lon.it.tourist": {
- "center_name": "Italy Visa Application Centre, London",
- "address": "Ground floor, 8- 20 Pocock St London SE1 0BW , United Kingdom",
- "vac_code": "ILON",
- "category_name": "Italy UK VisaCategory",
- "category_code": "UKITVED",
- "subcategory_name": "Tourist/ Business/ EU Family",
- "subcategory_code": "TBE"
- },
- "slot.man.it.tourist": {
- "center_name": "Italy Visa Application Centre, Manchester",
- "address": "50 Devonshire Street North, M12 6JH",
- "vac_code": "IMAN",
- "category_name": "Italy UK VisaCategory",
- "category_code": "UKITVED",
- "subcategory_name": "Tourist/ Business/ EU Family",
- "subcategory_code": "TBE"
- }
- }
- }
- },
- {
- "identifier": "vfs.gb.nl",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "gb.nl.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "gb.nl.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 90,
- "routing_key": "slot.lon.nl.tourist",
- "city": "London",
- "visa_type": "Tourist",
- "country": "Netherlands"
- },
- {
- "weight": 10,
- "routing_key": "slot.man.nl.tourist",
- "city": "Manchester",
- "visa_type": "Tourist",
- "country": "Netherlands"
- }
- ],
- "website": "https://visa.vfsglobal.com/gbr/en/nld/login",
- "free_config": {
- "mission_code": "nld",
- "mission_name": "Netherland",
- "country_code": "gbr",
- "country_name": "United Kingdom",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.lon.nl.tourist": {
- "center_name": "Netherlands Visa application centre - London",
- "address": "66 Wilson Street, EC2A 2BT",
- "vac_code": "NAKN",
- "category_name": "Schengen Visa",
- "category_code": "Schengen Visa",
- "subcategory_name": "Tourism",
- "subcategory_code": "TA"
- },
- "slot.man.nl.tourist": {
- "center_name": "Netherlands Visa application centre - Manchester",
- "address": "50 Devonshire Street North, M12 6JH",
- "vac_code": "NAKT",
- "category_name": "Schengen Visa",
- "category_code": "Schengen Visa",
- "subcategory_name": "Tourism",
- "subcategory_code": "TA"
- }
- }
- }
- },
- {
- "identifier": "vfs.gb.no",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "gb.no.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "gb.no.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.lon.no.tourist",
- "city": "London",
- "visa_type": "Tourist",
- "country": "Norway"
- }
- ],
- "website": "https://visa.vfsglobal.com/gbr/en/nor/login",
- "free_config": {
- "mission_code": "nor",
- "mission_name": "Norway",
- "country_code": "gbr",
- "country_name": "United Kingdom",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.lon.no.tourist": {
- "center_name": "Norway Visa Application Centre, London",
- "address": "66 Wilson street, EC2A 2BT",
- "vac_code": "NLON",
- "category_name": "Schengen Visa C",
- "category_code": "SCHVISA",
- "subcategory_name": "Tourist Visa",
- "subcategory_code": "TOU"
- }
- }
- }
- },
- {
- "identifier": "vfs.ie.at",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.at.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "ie.at.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.at.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Austria"
- }
- ],
- "website": "https://visa.vfsglobal.com/irl/en/aut/login",
- "free_config": {
- "mission_code": "aut",
- "mission_name": "Austria",
- "country_code": "irl",
- "country_name": "Ireland",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.dub.at.tourist": {
- "center_name": "Austria / Switzerland / Liechtenstein/ Slovenia Visa Application Center, Dublin",
- "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
- "vac_code": "AUT-DUB",
- "category_name": "Other Visas",
- "category_code": "Default_Austria_Ireland ",
- "subcategory_name": "All Visas ",
- "subcategory_code": "TA"
- }
- }
- }
- },
- {
- "identifier": "vfs.ie.dk",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.dk.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "ie.dk.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.dk.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Denmark"
- }
- ],
- "website": "https://visa.vfsglobal.com/irl/en/dnk/login",
- "free_config": {
- "mission_code": "dnk",
- "mission_name": "Denmark",
- "country_code": "irl",
- "country_name": "Ireland",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.dub.dk.tourist": {
- "center_name": "Denmark Visa Application Center, Dublin ",
- "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
- "vac_code": "DIDUB",
- "category_name": "Schengen Visa",
- "category_code": "SV",
- "subcategory_name": "Tourism",
- "subcategory_code": "TV"
- }
- }
- }
- },
- {
- "identifier": "vfs.ie.fi",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.fi.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "ie.fi.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.fi.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Finland"
- }
- ],
- "website": "https://visa.vfsglobal.com/irl/en/fin/login",
- "free_config": {
- "mission_code": "fin",
- "mission_name": "Finland",
- "country_code": "irl",
- "country_name": "Ireland",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.dub.fi.tourist": {
- "center_name": "Application Centre, Dublin",
- "address": "Cunningham House, 130 Francis Street, Dublin 8 D08 H48R",
- "vac_code": "Dubb",
- "category_name": "VISA",
- "category_code": "S S",
- "subcategory_name": "Tourist Category",
- "subcategory_code": "Tourist Category"
- }
- }
- }
- },
- {
- "identifier": "vfs.ie.hu",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.hu.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "ie.hu.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.hu.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Hungary"
- }
- ],
- "website": "https://visa.vfsglobal.com/irl/en/hun/login",
- "free_config": {
- "mission_code": "hun",
- "mission_name": "Hungary",
- "country_code": "irl",
- "country_name": "Ireland",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.dub.hu.tourist": {
- "center_name": "Ireland Visa Application Center,Dublin",
- "address": "Cunningham House, 130 Francis Street Dublin",
- "vac_code": "DUB",
- "category_name": "Short Stay",
- "category_code": "SS",
- "subcategory_name": "Schengen Visa",
- "subcategory_code": "Schengen Visa"
- }
- }
- }
- },
- {
- "identifier": "vfs.ie.is",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.is.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "ie.is.booker",
- "target_instances": 0,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.is.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Iceland"
- }
- ],
- "website": "https://visa.vfsglobal.com/irl/en/isl/login",
- "free_config": {
- "mission_code": "isl",
- "mission_name": "Iceland",
- "country_code": "irl",
- "country_name": "Ireland",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.dub.is.tourist": {
- "center_name": "Iceland Visa Application Center- Dublin",
- "address": "Cunningham House, 130 Francis Street, Dublin, Ireland- DO8 H48R",
- "vac_code": "DUB",
- "category_name": "C-Visa",
- "category_code": "CVI",
- "subcategory_name": "Tourism",
- "subcategory_code": "OTT"
- }
- }
- }
- },
- {
- "identifier": "vfs.gb.at",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "gb.at.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "built-in",
- "account_pool_id": "gb.at.booker",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 8
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.lon.at.tourist",
- "city": "London",
- "visa_type": "Tourist",
- "country": "Austria"
- }
- ],
- "website": "https://visa.vfsglobal.com/gbr/en/aut/login",
- "free_config": {
- "mission_code": "aut",
- "mission_name": "Austria",
- "country_code": "gbr",
- "country_name": "United Kingdom",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.lon.at.tourist": {
- "center_name": "Austria Visa Application Centre, London",
- "address": "66 Wilson Street, EC2A 2BT",
- "vac_code": "ADN",
- "category_name": "Visa to Austria",
- "category_code": "Visa to Austria",
- "subcategory_name": "Tourism",
- "subcategory_code": "TA"
- }
- }
- }
- },
- {
- "identifier": "bls.ie.es",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "iproyal",
- "proxy_cd": 5,
- "session_max_life": 60,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.es.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "order",
- "target_instances": 0,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 1
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 180,
- "random_max": 360
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "bls_plugin",
- "plugin_bin": "bls_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.es.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Spain"
- }
- ],
- "website": "https://ireland.blsspainglobal.com/Global/bls/visatypeverification",
- "free_config": {
- "domain": "ireland.blsspainglobal.com",
- "ocr_model": "data/ctc.pth",
- "apt_configs": {
- "slot.dub.es.tourist": {
- "location": "Dublin",
- "jurisdiction": null,
- "visa_type": "Schengen Visa/ Short Term Visa",
- "visa_subtype": "Tourist Visa",
- "appointment_type": "Individual",
- "appointment_category": "Normal",
- "mission_code": "EMBASSY_DUBLIN"
- }
- }
- }
- },
- {
- "identifier": "bls.gb.es",
- "debug": false,
- "enable": false,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "iproyal",
- "proxy_cd": 5,
- "session_max_life": 60,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "gb.es.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "order",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 1
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "bls_plugin",
- "plugin_bin": "bls_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.lon.es.tourist",
- "city": "London",
- "visa_type": "Tourist",
- "country": "Spain"
- }
- ],
- "website": "https://uk.blsspainglobal.com/Global/bls/visatypeverification",
- "free_config": {
- "domain": "uk.blsspainglobal.com",
- "ocr_model": "data/ocr.pth",
- "apt_configs": {
- "slot.lon.es.tourist": {
- "location": "Dublin",
- "jurisdiction": "Greater London",
- "visa_type": "Short Term Visa(Maximum stay of 90 days)",
- "visa_subtype": "Tourist Visa",
- "appointment_type": "Individual",
- "appointment_category": "Normal",
- "mission_code": "LHR"
- }
- }
- }
- },
- {
- "identifier": "tls.gb.fr",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 30,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "gb.fr.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "order",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 1
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "tls_plugin",
- "plugin_bin": "tls_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.lon.fr.tourist",
- "city": "London",
- "visa_type": "Tourist",
- "country": "France"
- }
- ],
- "website": "https://visas-fr.tlscontact.com/country/gb/vac/gbLON2fr/",
- "free_config": {
- "capsolver_key": "CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A",
- "apt_config": {
- "code": "gbLON2fr",
- "country": "gb",
- "mission": "fr",
- "city": "London"
- },
- "interest_month": "02-2026",
- "target_labels": [
- "",
- "pta"
- ]
- }
- },
- {
- "identifier": "visametric.ie.de",
- "debug": false,
- "enable": false,
- "need_account": false,
- "need_proxy": true,
- "proxy_pool": "iproyal",
- "proxy_cd": 5,
- "session_max_life": 15,
- "sentinel": {
- "account_source": "",
- "account_pool_id": "",
- "target_instances": 1,
- "account_cd": 0,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "",
- "account_pool_id": "",
- "target_instances": 1,
- "account_cd": 0,
- "booking_cooldown": 10,
- "max_bookings_per_account": 1
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "de_plugin",
- "plugin_bin": "de_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.de.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Germany"
- }
- ],
- "website": "https://ie-appointment.visametric.com/en",
- "free_config": {
- "base_url": "https://ie-appointment.visametric.com",
- "consularid": 1
- }
- },
- {
- "identifier": "pernotami.ie.it",
- "debug": false,
- "enable": false,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 15,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.it.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "order",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 1
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "ita_plugin",
- "plugin_bin": "ita_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.dub.it.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Italy"
- }
- ],
- "website": "https://prenotami.esteri.it/Home",
- "free_config": {
- "capsolver_key": "03db1d1ff2f4a33e84ef1da99bd83336bed3710153525"
- }
- },
- {
- "identifier": "greekemba.ie.gr",
- "debug": false,
- "enable": true,
- "need_account": true,
- "need_proxy": true,
- "proxy_pool": "isp_all",
- "proxy_cd": 5,
- "session_max_life": 120,
- "sentinel": {
- "account_source": "built-in",
- "account_pool_id": "ie.gr.sentinel",
- "target_instances": 1,
- "account_cd": 180,
- "signal_ttl": 30
- },
- "booker": {
- "account_source": "order",
- "target_instances": 1,
- "account_cd": 180,
- "booking_cooldown": 10,
- "max_bookings_per_account": 1
- },
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 300
- },
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "grc_plugin",
- "plugin_bin": "grc_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "appointment_types": [
- {
- "weight": 10,
- "slot": "slot.dub.gr.tourist",
- "city": "Dublin",
- "visa_type": "Tourist",
- "country": "Greece"
- }
- ],
- "website": "https://www.supersaas.com/schedule/GreekEmbassyInDublin/Visas",
- "free_config": {}
- }
- ]
- }
|