First of all, thank you for this wonderful tool! I already used it 2 times and it saves hugh amounts of time!
While I was using it yesterday, I got an error that CLIENT_ID and CLIENT_SECRET were not found (NullType error on row 51 of strava_local_client.py), even though I certainly added them in an .env file. Based on something I found somewhere I added "STRAVA_" before both variables and then it worked. Maybe you can update the ReadMe to reflect this?
Could also be good to put an example .env file (.env.example) where the variables are already listed but with a dummy id and secret (00000 and aaaaaa for example), so there is already an .env file and people don't have to guess where to place it.
First of all, thank you for this wonderful tool! I already used it 2 times and it saves hugh amounts of time!
While I was using it yesterday, I got an error that CLIENT_ID and CLIENT_SECRET were not found (NullType error on row 51 of strava_local_client.py), even though I certainly added them in an .env file. Based on something I found somewhere I added "STRAVA_" before both variables and then it worked. Maybe you can update the ReadMe to reflect this?
Could also be good to put an example .env file (.env.example) where the variables are already listed but with a dummy id and secret (00000 and aaaaaa for example), so there is already an .env file and people don't have to guess where to place it.