你好。我想補(bǔ)充一下。
使用時(shí)代碼前需要 from evernote.api.client import EvernoteClient
同時(shí),使用NoteStore 還需要 import evernote.edam.notestore.NoteStore as NoteStore
以及“Note,筆記”這一小節(jié)中的 f.notebookGuid = notebookGuid ,應(yīng)為 f.notebookGuid = notebook.guid
使用Python操作Evernote APIEvernote本身就是很好的筆記應(yīng)用,其API又賦予了我們更多的自由,值得花點(diǎn)時(shí)間嘗試。 本文將結(jié)合代碼和理論,介紹如何使用這些API。 在閱讀完成本文后,你將能夠完成類似...