| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "redis": {
- "host": "text.skin",
- "port": 6379,
- "db": 0,
- "password": "STEs2x6ML0U1HlpE9SojM6YU7QPhqzY8"
- },
- "booker_standalone_config": {
- "debug": true,
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "tls_plugin",
- "plugin_bin": "tls_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "account": {
- "username": "18305503085@163.com",
- "password": "Zhangww@201207"
- },
- "proxy_pool": ["proxy-cheap"],
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 55,
- "random_max": 65
- },
- "login_interval": 1800,
- "session_max_life": 3600,
- "active_time_start": "00:00",
- "active_time_end": "23:30",
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.sha.fr.tourist",
- "city": "Shanghai",
- "visa_type": "Tourist",
- "country": "France"
- }
- ],
- "user_preferences": {
- "support_pta": false,
- "expected_end_date": "2024-07-01",
- "expected_start_date": "2024-07-20"
- },
- "free_config": {
- "tls_url": "https://visas-fr.tlscontact.com/en-us/country/cn/vac/cnSHA2fr",
- "location": "Shanghai",
- "capsolver_key": "CAP-5441DD341DD3CC2FAEF0BE6FE493EE9A",
- "login_captcha": {
- "solve_advance": false,
- "site_key": "6LcDpXcfAAAAAM7wOEsF_38DNsL20tTvPTKxpyn0",
- "page_url": "https://i2-auth.visas-fr.tlscontact.com",
- "task": "ReCaptchaV2TaskProxyLess"
- }
- }
- }
- }
|