Export nikeplus data to CSV format
Project description
# Nikeplus data export
The purpose of this project is to export your
[nike plus](http://nikeplus.nike.com/plus/) data to CSV format.
## Install
- Install package with the standard `pip` workflow:
- `pip install nikeplusapi`
- Install package for development:
- git clone repositiory
- cd into repository
- `pip install .` OR `python setup.py develop` OR `python setup.py install`
Now you should have a top-level script called `nikeplusapi`.
Run `nikeplusapi -h` to verify install worked properly.
## Usage
1. The only requirement for this script is the NikePlus API access token. You
can get your token by logging into the
[Nike developer site](https://developer.nike.com/login/) with your Nike+
account credentials.
2. You can pass your token via the command-line `-t` option or store it in your
home directory in a file called `.nikeplus_access_token` that will be read
automatically when the script executes.
3. This script will output the CSV data directly to `stdout` so you can easily
re-direct this to a file with the following:
`nikeplus > backup.csv`.
The purpose of this project is to export your
[nike plus](http://nikeplus.nike.com/plus/) data to CSV format.
## Install
- Install package with the standard `pip` workflow:
- `pip install nikeplusapi`
- Install package for development:
- git clone repositiory
- cd into repository
- `pip install .` OR `python setup.py develop` OR `python setup.py install`
Now you should have a top-level script called `nikeplusapi`.
Run `nikeplusapi -h` to verify install worked properly.
## Usage
1. The only requirement for this script is the NikePlus API access token. You
can get your token by logging into the
[Nike developer site](https://developer.nike.com/login/) with your Nike+
account credentials.
2. You can pass your token via the command-line `-t` option or store it in your
home directory in a file called `.nikeplus_access_token` that will be read
automatically when the script executes.
3. This script will output the CSV data directly to `stdout` so you can easily
re-direct this to a file with the following:
`nikeplus > backup.csv`.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nikeplusapi-0.4.1.tar.gz
(5.4 kB
view details)
File details
Details for the file nikeplusapi-0.4.1.tar.gz
.
File metadata
- Download URL: nikeplusapi-0.4.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cf0474efebe78880dcb7ab3c96f1e6c2a39265b318da9864a57fde442b70688 |
|
MD5 | 511be6c531b6f80a025675dad5f15484 |
|
BLAKE2b-256 | cb387b565a5ea70d3b1703a6afcb10511401066762749787f0e1849a97cf5969 |