def __init__(self): self.headers = util.headers self.base_url = util.parse_friends_url() util.check_path('friends') print('Start to get friends list and save it for ./friends folder')
def __init__(self): self.headers = util.headers self.base_url = util.parse_friends_url() util.check_path('friends') print('开始获取好友列表,并把文件保存到 friends 文件夹')