/here_oauth

Python package to get oauth token for HERE APIs

Primary LanguagePythonMIT LicenseMIT

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)