Counts how many times the logged in user has gone up Green
  • Python 73.7%
  • HTML 26.3%
Find a file
2023-10-06 15:54:29 -06:00
media Add Strava logos to all pages 2023-10-06 15:26:42 -06:00
templates Powered by Strava was HUGE 2023-10-06 15:54:29 -06:00
.gitignore Update .gitignore 2021-12-08 17:38:38 -07:00
app.py Last commit changed where it was but left a comment saying it needed to be changed there 2021-12-08 17:51:45 -07:00
favicon.ico Initial commit (though it's done already...) 2021-12-08 17:43:01 -07:00
README.md Updated readme to include config file 2021-12-08 17:53:50 -07:00
requirements.txt Initial commit (though it's done already...) 2021-12-08 17:43:01 -07:00

StravaCounting

Counts how many times the logged in user has gone up Green

Needs a file secrets.py which is not included. Should have the following in it:

client_id = 12345
api_key = 'abcd12345abcd12345'
secret_key = 'abcd12345abcd12345'
default_url = 'https://example.com'