Skip to content

Python-Strava connector that allows you to track personal fitness records and other information

Notifications You must be signed in to change notification settings

Ctr-cv/FitPulse.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FitPulse

Python-Strava connector that allows you to track personal fitness records and other information

Get Started

Retrieve your personal client ID and client secret from strava

Setup

Setup environment in your folder. Use pip3 freeze to check version

python3 -m venv venv
venv\Scripts\activate
pip3 install requests requests-oauthlib python-dotenv

Then setup your .env file in the root directory:

client_id=YOUR_CLIENT_ID
client_secret=YOUR_CLIENT_SECRET

❗️ Caution

This project is very early in development. Currently, program only returns an object response; more features will be added in the future.

About

Python-Strava connector that allows you to track personal fitness records and other information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages