jramirez857 / PeloDash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PeloDash

A Peloton dashboard for analyzing your recent Peloton workouts data. Currently a WIP.

Run Locally

This code is meant to be run with Python 3.9.5

Clone the project

  git clone https://github.com/jramirez857/PeloDash

Go to the project directory

  cd PeloDash

Create a virtual environment for the project.

  python3 -m venv venv

Install the project requirements using pip.

  pip install requirements.txt

Environment Variables

To run this project, you will need to replace the following variables in config_peloton.py

API_PELOTON_USERNAME

API_PELOTON_PASSWORD

Authors

Libraries

-@pylotoncycle

License

MIT

About

License:MIT License


Languages

Language:Python 98.7%Language:CSS 1.3%