An open API service indexing awesome lists of open source software.

https://github.com/nickstenning/moves-exporter


https://github.com/nickstenning/moves-exporter

Last synced: over 1 year ago
JSON representation

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/`.