withings-sync
withings-sync copied to clipboard
Update README.md
This is the first time I'm trying to help on a GitHub project, so if I did something wrong, no worries--just let me know if you can. Thanks!
This is the first time I'm trying to help on a GitHub project, so if I did something wrong, no worries--just let me know if you can. Thanks!
Hey, just browsing through to check if there is already a fix checked in into this repo for the current 403 issue from garmin and I've seen you PR. I have one advice for you here: if you want to run periodic jobs on linux: use cron. For windows use task scheduler. Those are schedulers which do something similar as your script, just build in, not keeping the process running and no worries about restarts.
I'll close this MR. Periodic task can be installed using crontab?