Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okainov/weight-csv-to-gfit
- Owner: okainov
- Created: 2024-03-01T14:22:01.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-01T14:41:32.000Z (10 months ago)
- Last Synced: 2024-03-25T05:20:33.036Z (9 months ago)
- Topics: fit, fitness, google, google-fit, mi-band, python, smart-scale
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```