| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "redis": {
- "host": "text.skin",
- "port": 6379,
- "db": 0,
- "password": "STEs2x6ML0U1HlpE9SojM6YU7QPhqzY8"
- },
- "booker_standalone_config": {
- "debug": true,
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "vfs_plugin",
- "plugin_bin": "vfs_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "account": {
- "username": "italyvisa888@text.skin",
- "password": "Visafly@111"
- },
- "proxy_pool": [
- "proxy-cheap"
- ],
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 120,
- "random_max": 180
- },
- "login_interval": 7200,
- "session_max_life": 1800,
- "active_time_start": "00:00",
- "active_time_end": "23:30",
- "appointment_types": [
- {
- "weight": 0,
- "routing_key": "slot.csx.it.tourist",
- "city": "Changsha",
- "visa_type": "Tourist",
- "country": "Italy"
- },
- {
- "weight": 10,
- "routing_key": "slot.bjs.it.tourist",
- "city": "Beijing",
- "visa_type": "Tourist",
- "country": "Italy"
- }
- ],
- "user_preferences": {
- "email": "italyvisa666@text.skin",
- "phone": "019074224604",
- "gender": "female",
- "birthday": "1997-09-09",
- "last_name": "ZHAO",
- "first_name": "LINJIE",
- "nationality": "China",
- "passport_no": "EE4571001",
- "expected_end_date": "2026-07-03",
- "phone_country_code": "86",
- "expected_start_date": "2026-06-12",
- "passport_expiry_date": "2028-10-08",
- "social_media_account": "13370148298",
- "passport_image_url": "data/passport.jpg"
- },
- "free_config": {
- "mission_code": "ita",
- "mission_name": "Italy",
- "country_code": "chn",
- "country_name": "China",
- "culture_code": "en-US",
- "language": "en",
- "apt_configs": {
- "slot.csx.it.tourist": {
- "center_name": "Italy Visa Application Center, Changsha",
- "address": "1F, Changsha Rongchuang Steigenberger Hotel, No. 3-9, Xueyuan Road, Changsha County, Changsha City",
- "vac_code": "CGA",
- "category_name": "SchengenVisa",
- "category_code": "Schengen Visa",
- "subcategory_name": "C visa / Schengen visa",
- "subcategory_code": "Schengen "
- },
- "slot.bjs.it.tourist": {
- "center_name": "Italy Visa Application Center, Beijing",
- "address": "East 101, Floor B1, Block C, Guanghua Lu SOHO II, No. 9 Guanghua Lu, Chaoyang District",
- "vac_code": "BJII",
- "category_name": "Beijing Italy",
- "category_code": "Beijing Italy",
- "subcategory_name": "Standard Beijing Italy",
- "subcategory_code": "BJ Italy Standard"
- }
- }
- }
- }
- }
|