Skip to content

henrydatei/YURfit-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YURfit-api

API wrapper for the unofficial YUR Fit API

Usage

Clone the repo and create a new file inside it with the following content:

import YURfitAPI

yur = YURfitAPI.YURfitAPI("your key")
yur.login("email", "password")
yur.getAccountInfo()

print(yur.getWorkouts())

I have no idea you can get the key without encrypting the HTTPS traffic from your smartphone and read it out from there -> TODO!

About

API wrapper for the unofficial YUR Fit API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages