Skip to content

Instantly share code, notes, and snippets.

View jplattel's full-sized avatar

Joost Plattel jplattel

View GitHub Profile
# Before using this script, you should have python installed. < http://python.org >
# For auth, go to http://web.kengao.tw/Untitled.php, and following the instruction of Moves.
# If done, you will see a line : your auth token : <a lot of characters>, just copy these characters
# download this .py file, and open it using text-editor
import requests
# paste your previously copied access token to replace the following ACCESS_TOKEN_TO_MOVES_APP
payload = {"access_token": "ACCESS_TOKEN_TO_MOVES_APP", "trackPoints":"true"}