Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 259 Bytes

File metadata and controls

16 lines (9 loc) · 259 Bytes

HumanAPI Sample App

Instructions

Install dependencies:

pip install -r requirements.txt

Set CLIENT_ID and CLIENT_SECRET to your app's client credentials:

export CLIENT_ID=XXXX
export CLIENT_SECRET=YYYY

Run the app:

python app.py