strava2notion
strava2notion copied to clipboard
Import Strava information to Notion
Strava-2-Notion
Import Strava information to Notion.

How to use
Setup
- Create an App though the Strava API
- Insert
Client IDandClient Secretintostrava_api.py. - Insert token from Notion cookies into
notion_api.py. - Create a page called
Stravain Notion (top level).
How to run
git clone https://github.com/IVIURRAY/strava2notion.gitcd strava2notionvirtualenv venvsource venv/bin/activate(Mac) orvenv/Scripts/activate(Window)pip install -r requirements.txtpython 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
Stravain your top level Notion pages. - You will be able to see it adding data in real time (Press
Ctrl + rif you see nothing happening) 