12 lines
297 B
Python
12 lines
297 B
Python
# config file
|
|
|
|
platform = "xhs"
|
|
keyword = "健身"
|
|
login_type = "handby" # qrcode or phone
|
|
login_phone = "13812345678" # your login phone
|
|
login_webSession="040069b5f35b1cfef9787551bd364b86f4d839"
|
|
|
|
# redis config
|
|
redis_db_host = "redis://127.0.0.1"
|
|
redis_db_pwd = "123456" # your redis password
|