-
-
Save Laurent-Sarrazin/5322161 to your computer and use it in GitHub Desktop.
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
from evernote.api.client import EvernoteClient | |
dev_token = "put your dev token here" | |
client = EvernoteClient(token=dev_token) | |
userStore = client.get_user_store() | |
user = userStore.getUser() | |
print user.username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment