Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 441 Bytes

Automatically updates my activities on https://www.attackpoint.org/ with the corresponding activities title and description from https://www.strava.com/. If you want to use this yourself you will need a config.py file with your login details in the format shown below.

STRAVA_LOGIN = {"email": "your_email", "password": "your_password"}
ATTACKPOINT_LOGIN = {"username": "your_username", "password": "your_password"}

Enjoy x