Skip to content

JungeAlexander/qself

Repository files navigation

qself

Tools to extract personal, quantitative data from various sources.

Documentation Status

Install

pip install qself

How to use

import os

from qself.oura import OuraAPIClient
client = OuraAPIClient(os.environ["OURA_PERSONAL_ACCESS_TOKEN"])

Note that this assumes that the OURA_PERSONAL_ACCESS_TOKEN environment variable contains a personal access token which you can create here.