A simple Python package meant for accessing heart rate data from Pulsoid without the use of an API key.
Just run pip install pulsoid-client
In order to use this method, you have to use Pulsoid Cloud (connect your preferred heart rate device to your phone, and use the mobile app).
2. Go to https://pulsoid.net/ui/configuration
from pulsoid_client import PulsoidClient
client = PulsoidClient(widget_url="https://pulsoid.net/widget/view/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", callback_function=heart_rate_callback)6. See examples/ for more in-depth exampless
(NOTE: the "67" values were not intended, my heart rate just so happened to be that when I took the screenshots..)


