Strava-2-Notion
Import Strava information to Notion.
How to use
Setup
- Create an App though the Strava API
- Insert
Client ID
andClient Secret
intostrava_api.py
. - Insert token from Notion cookies into
notion_api.py
. - Create a page called
Strava
in Notion (top level).
How to run
git clone https://github.com/IVIURRAY/strava2notion.git
cd strava2notion
virtualenv venv
source venv/bin/activate
(Mac) orvenv/Scripts/activate
(Window)pip install -r requirements.txt
python strava_api.py
(Requires 3.5+ and 64-bit python install)- If you've set it up correctly a Strava App auth page will appear.
- Click Authorize
- The script will then look for a page called
Strava
in your top level Notion pages. - You will be able to see it adding data in real time (Press
Ctrl + r
if you see nothing happening)