Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okainov/weight-csv-to-gfit

Script for importing raw data from CSV files into Google Fit
https://github.com/okainov/weight-csv-to-gfit

fit fitness google google-fit mi-band python smart-scale

Last synced: about 1 month ago
JSON representation

Script for importing raw data from CSV files into Google Fit

Awesome Lists containing this project

README

        

# google-fit-data

Initial code and idea from https://github.com/motherapp/weight-csv-to-gfit

Modified for modern Python by [@okainov](https://github.com/okainov)

Load bulk weight/steps data to a Google Fit account

## Download and installation
```
git clone https://github.com/okainov/weight-csv-to-gfit
cd weight-csv-to-gfit
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
```

## Import weight data into Google Fit
```
python weight/import_weight_to_gfit.py
```

## Import steps data into Google Fit
```
python steps/import_steps_to_gfit.py
```