config_vfs.json.example 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "redis": {
  3. "host": "text.skin",
  4. "port": 6379,
  5. "db": 0,
  6. "password": "STEs2x6ML0U1HlpE9SojM6YU7QPhqzY8"
  7. },
  8. "booker_standalone_config": {
  9. "debug": true,
  10. "plugin_config": {
  11. "lib_path": "plugins",
  12. "plugin_name": "vfs_plugin",
  13. "plugin_bin": "vfs_plugin.py",
  14. "plugin_proto": "IVSPlg"
  15. },
  16. "account": {
  17. "username": "italyvisa888@text.skin",
  18. "password": "Visafly@111"
  19. },
  20. "proxy_pool": [
  21. "proxy-cheap"
  22. ],
  23. "query_wait": {
  24. "mode": "Random",
  25. "fixed_wait": 10,
  26. "random_min": 120,
  27. "random_max": 180
  28. },
  29. "login_interval": 7200,
  30. "session_max_life": 1800,
  31. "active_time_start": "00:00",
  32. "active_time_end": "23:30",
  33. "appointment_types": [
  34. {
  35. "weight": 0,
  36. "routing_key": "slot.csx.it.tourist",
  37. "city": "Changsha",
  38. "visa_type": "Tourist",
  39. "country": "Italy"
  40. },
  41. {
  42. "weight": 10,
  43. "routing_key": "slot.bjs.it.tourist",
  44. "city": "Beijing",
  45. "visa_type": "Tourist",
  46. "country": "Italy"
  47. }
  48. ],
  49. "user_preferences": {
  50. "email": "italyvisa666@text.skin",
  51. "phone": "019074224604",
  52. "gender": "female",
  53. "birthday": "1997-09-09",
  54. "last_name": "ZHAO",
  55. "first_name": "LINJIE",
  56. "nationality": "China",
  57. "passport_no": "EE4571001",
  58. "expected_end_date": "2026-07-03",
  59. "phone_country_code": "86",
  60. "expected_start_date": "2026-06-12",
  61. "passport_expiry_date": "2028-10-08",
  62. "social_media_account": "13370148298",
  63. "passport_image_url": "data/passport.jpg"
  64. },
  65. "free_config": {
  66. "mission_code": "ita",
  67. "mission_name": "Italy",
  68. "country_code": "chn",
  69. "country_name": "China",
  70. "culture_code": "en-US",
  71. "language": "en",
  72. "apt_configs": {
  73. "slot.csx.it.tourist": {
  74. "center_name": "Italy Visa Application Center, Changsha",
  75. "address": "1F, Changsha Rongchuang Steigenberger Hotel, No. 3-9, Xueyuan Road, Changsha County, Changsha City",
  76. "vac_code": "CGA",
  77. "category_name": "SchengenVisa",
  78. "category_code": "Schengen Visa",
  79. "subcategory_name": "C visa / Schengen visa",
  80. "subcategory_code": "Schengen "
  81. },
  82. "slot.bjs.it.tourist": {
  83. "center_name": "Italy Visa Application Center, Beijing",
  84. "address": "East 101, Floor B1, Block C, Guanghua Lu SOHO II, No. 9 Guanghua Lu, Chaoyang District",
  85. "vac_code": "BJII",
  86. "category_name": "Beijing Italy",
  87. "category_code": "Beijing Italy",
  88. "subcategory_name": "Standard Beijing Italy",
  89. "subcategory_code": "BJ Italy Standard"
  90. }
  91. }
  92. }
  93. }
  94. }