config_tls.json.example 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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": "tls_plugin",
  13. "plugin_bin": "tls_plugin.py",
  14. "plugin_proto": "IVSPlg"
  15. },
  16. "account": {
  17. "username": "18305503085@163.com",
  18. "password": "Zhangww@201207"
  19. },
  20. "proxy_pool": ["proxy-cheap"],
  21. "query_wait": {
  22. "mode": "Random",
  23. "fixed_wait": 10,
  24. "random_min": 55,
  25. "random_max": 65
  26. },
  27. "login_interval": 1800,
  28. "session_max_life": 3600,
  29. "active_time_start": "00:00",
  30. "active_time_end": "23:30",
  31. "appointment_types": [
  32. {
  33. "weight": 10,
  34. "routing_key": "slot.sha.fr.tourist",
  35. "city": "Shanghai",
  36. "visa_type": "Tourist",
  37. "country": "France"
  38. }
  39. ],
  40. "user_preferences": {
  41. "support_pta": false,
  42. "expected_end_date": "2024-07-01",
  43. "expected_start_date": "2024-07-20"
  44. },
  45. "free_config": {
  46. "tls_url": "https://visas-fr.tlscontact.com/en-us/country/cn/vac/cnSHA2fr",
  47. "location": "Shanghai",
  48. "capsolver_key": "CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A",
  49. "login_captcha": {
  50. "solve_advance": false,
  51. "site_key": "6LcDpXcfAAAAAM7wOEsF_38DNsL20tTvPTKxpyn0",
  52. "page_url": "https://i2-auth.visas-fr.tlscontact.com",
  53. "task": "ReCaptchaV2TaskProxyLess"
  54. }
  55. }
  56. }
  57. }