mirror of
https://github.com/RYDE-WORK/MediaCrawler.git
synced 2026-01-30 12:23:15 +08:00
11 lines
239 B
Python
11 lines
239 B
Python
# config file
|
|
|
|
platform = "xhs"
|
|
keyword = "健身"
|
|
login_type = "qrcode" # qrcode or phone
|
|
login_phone = "13812345678" # your login phone
|
|
|
|
# redis config
|
|
redis_db_host = "redis://127.0.0.1"
|
|
redis_db_pwd = "123456" # your redis password
|