pkpio / fitbit-googlefit

Export Fitbit data to Google Fit. Unlike the alternatives such as fitnessyncer.com, this offers very fine intraday granularity (every minute/second data).
http://pkp.io/blog/fitbit-to-googlefit-sync/
GNU General Public License v3.0
491 stars 61 forks source link

feat(docker): add docker file to run it inside a container #52

Closed davinkevin closed 3 years ago

davinkevin commented 6 years ago

Of course you can, if you launch the container with the following command, you will have a bash ready in the project folder. So, it's like if you are at the step 2 of the setup.

$ docker run --rm -it praveendath92/fitbit-googlefit /bin/bash

But, of course, you have to run the command in --console mode.

davinkevin commented 6 years ago

Any news about this PR ?

davinkevin commented 6 years ago

Still no news, I will close it if not useful.

davinkevin commented 4 years ago

Up ?

pkpio commented 3 years ago

@davinkevin Sorry for such a long delay. I'm going ahead and merging this contribution.

Wondering if it would helpful to add some instructions on how to do authentication using the same container - in the spirit of not having to setup python & dependencies on the host just for authentication.