Ejemplo n.º 1
0
def main(username):
    usernames = username_usernamesearch.main(username)
    file_path = "profile_pic/%s" % username
    if not os.path.exists(file_path):
        os.makedirs(file_path)
    imagelinks = profilepic(usernames, username)
    print "Profile Pics saved to : %s" % file_path
    return imagelinks
Ejemplo n.º 2
0
def main(username):
    usernames = username_usernamesearch.main(username)
    file_path = "profile_pic/%s" % username
    if not os.path.exists(file_path):
        os.makedirs(file_path)
    imagelinks = profilepic(usernames, username)
    print "Profile Pics saved to : %s" % file_path
    return imagelinks