https://github.com/nickstenning/moves-exporter
https://github.com/nickstenning/moves-exporter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickstenning/moves-exporter
- Owner: nickstenning
- Created: 2013-11-24T14:14:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-24T14:14:56.000Z (over 12 years ago)
- Last Synced: 2025-02-09T21:12:08.343Z (over 1 year ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
moves-exporter
==============
A couple of hacky scripts to export data from the Moves API[1].
[1]: https://dev.moves-app.com/docs/api
usage
-----
./getcode # Returns "code" in redirect URL
./gettoken # Returns "access_token" in payload
export USER_ACCESS_TOKEN=
./getprofile # Returns (amongst other stuff) "firstDate"
./getalldata
`getalldata` will only download data up to yesterday, and will not download
files that already exist in the `data/` directory. In order to redownload the
data for a day, simply delete the data file in `data/`.