HERE OAuth here_oauth returns an oauth token for HERE Technologies APIs. Requirements A HERE credential file. Install $ pip install here_oauth Usage from here_oauth import here_oauth token = here_oauth.get_token("credential_file") print(token)