Beispiel #1
0
    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')
Beispiel #2
0
    def __init__(self):

        self.headers = util.headers
        self.base_url = util.parse_friends_url()
        util.check_path('friends')
        print('开始获取好友列表,并把文件保存到 friends 文件夹')