Skip to content

Instantly share code, notes, and snippets.

@ciiqr
Forked from evernotegists/main.py
Created April 22, 2014 21:41
Show Gist options
  • Save ciiqr/11195387 to your computer and use it in GitHub Desktop.
Save ciiqr/11195387 to your computer and use it in GitHub Desktop.
filter = NoteStore.NoteFilter()
filter.words = "created:month-3"
filter.notebookGuid = "SomeNotebookGuidHere"
filter.tagGuids = ["tagGuid1","tagGuid2"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment