Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
ramandv
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
1
Starred
3
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
2 comments
2 stars
ramandv
/
catch2evernote-tags.py
Last active
Dec 20, 2015
Catch to Evernote migration
http://www.ramandv.com/blog/catch-com-to-evernote-migration/
View
catch2evernote-tags.py
from
evernote
.
api
.
client
import
NoteStore
from
evernote
.
api
.
client
import
EvernoteClient
#Get your dev token from the following URL
#https://www.evernote.com/api/DeveloperToken.action
dev_token
=
"<your api token>"
client
=
EvernoteClient
(
token
=
dev_token
,
sandbox
=
False
)
noteStore
=
client
.
get_note_store
()
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.