Exemplo n.º 1
0
def setup_client():
    client = Base()
    creds = client.load_config("Twitter")
    return client.authenticate(creds)