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