| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "redis": {
- "host": "text.skin",
- "port": 6379,
- "db": 0,
- "password": "STEs2x6ML0U1HlpE9SojM6YU7QPhqzY8"
- },
- "booker_standalone_config": {
- "debug": true,
- "plugin_config": {
- "lib_path": "plugins",
- "plugin_name": "usa_plugin",
- "plugin_bin": "usa_plugin.py",
- "plugin_proto": "IVSPlg"
- },
- "account": {
- "username": "Max0105888",
- "password": "Zl265498"
- },
- "proxy_pool": [
- "proxy-cheap"
- ],
- "query_wait": {
- "mode": "Random",
- "fixed_wait": 10,
- "random_min": 60,
- "random_max": 600
- },
- "login_interval": 3600,
- "session_max_life": 3600,
- "active_time_start": "00:00",
- "active_time_end": "23:30",
- "appointment_types": [
- {
- "weight": 10,
- "routing_key": "slot.wuh.us.tourist",
- "city": "Wuhan",
- "visa_type": "Tourist",
- "country": "USA"
- }
- ],
- "user_preferences": {
- "expected_date_start": "2026-06-01",
- "expected_date_end": "2026-08-05"
- },
- "free_config": {
- "applicant": "jinhao ma",
- "usa_url": "https://www.usvisascheduling.com",
- "location": "WUHAN",
- "security": {
- "1_quest": {
- "q": "What is your mother's surname?",
- "a": "zhou"
- },
- "2_quest": {
- "q": "What is your least favorite food?",
- "a": "kfc"
- },
- "3_quest": {
- "q": "Who was your childhood hero?",
- "a": "123456"
- }
- }
- }
- }
- }
|