config_usa.json.example 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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": "usa_plugin",
  13. "plugin_bin": "usa_plugin.py",
  14. "plugin_proto": "IVSPlg"
  15. },
  16. "account": {
  17. "username": "Max0105888",
  18. "password": "Zl265498"
  19. },
  20. "proxy_pool": [
  21. "proxy-cheap"
  22. ],
  23. "query_wait": {
  24. "mode": "Random",
  25. "fixed_wait": 10,
  26. "random_min": 60,
  27. "random_max": 600
  28. },
  29. "login_interval": 3600,
  30. "session_max_life": 3600,
  31. "active_time_start": "00:00",
  32. "active_time_end": "23:30",
  33. "appointment_types": [
  34. {
  35. "weight": 10,
  36. "routing_key": "slot.wuh.us.tourist",
  37. "city": "Wuhan",
  38. "visa_type": "Tourist",
  39. "country": "USA"
  40. }
  41. ],
  42. "user_preferences": {
  43. "expected_date_start": "2026-06-01",
  44. "expected_date_end": "2026-08-05"
  45. },
  46. "free_config": {
  47. "applicant": "jinhao ma",
  48. "usa_url": "https://www.usvisascheduling.com",
  49. "location": "WUHAN",
  50. "security": {
  51. "1_quest": {
  52. "q": "What is your mother's surname?",
  53. "a": "zhou"
  54. },
  55. "2_quest": {
  56. "q": "What is your least favorite food?",
  57. "a": "kfc"
  58. },
  59. "3_quest": {
  60. "q": "Who was your childhood hero?",
  61. "a": "123456"
  62. }
  63. }
  64. }
  65. }
  66. }