mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-16 16:30:53 +08:00
refactor: delete account_config.py
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
from .account_config import *
|
||||
from .base_config import *
|
||||
from .db_config import *
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# account_config.py
|
||||
import os
|
||||
|
||||
PHONE_LIST = [
|
||||
"13012345671",
|
||||
"13012345672",
|
||||
"13012345673",
|
||||
"13012345674",
|
||||
"13012345675",
|
||||
"13012345676",
|
||||
# ...
|
||||
]
|
||||
|
||||
IP_PROXY_LIST = [
|
||||
"111.122.xx.xx1:8888",
|
||||
"111.122.xx.xx2:8888",
|
||||
"111.122.xx.xx3:8888",
|
||||
"111.122.xx.xx4:8888",
|
||||
"111.122.xx.xx5:8888",
|
||||
"111.122.xx.xx6:8888",
|
||||
# ...
|
||||
]
|
||||
|
||||
IP_PROXY_PROTOCOL = "http://"
|
||||
IP_PROXY_USER = os.getenv("IP_PROXY_USER", "test")
|
||||
IP_PROXY_PASSWORD = os.getenv("IP_PROXY_PASSWORD", "123456")
|
||||
Reference in New Issue
Block a user