This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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"} |