Skip to content

geidelguerra/nike-run-club-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nike Run Club exporter

Free your data from Nike servers 😎

Usage

  • Clone this repo and install dependencies

  • Use the command below to open the Nike login page or click here

node ./src/index.js open-login-page
  • Open the network tab of the browser DevTool before login

  • Do the login

  • Select the request with the URL starting with https://unite.nike.com/login

Screenshot

  • Copy the access_token value seen in the picture above

  • Store the token using the following command

node ./src/index.js set-token
  • Export your activities. A file named activities.json will be created in the current directory
node ./src/index.js export-activities

Note

The token expires fast (1 hour)

Features

  • Export activities

Roadmap

  • Unassisted login
  • Configurable export file path

About

Export Nike Run Club activities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published