omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Using the Evernote SDK in Pythonista

    Pythonista
    1
    2
    2365
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • omz
      omz last edited by

      I've made a little installer script for using the <a href="http://www.evernote.com">Evernote</a> SDK in Pythonista:

      <em>Installer:</em> https://gist.github.com/omz/5048588

      Simply save this as a script in the root folder and run it. This will install the Evernote SDK and all its dependencies in a sub folder named "evernote-sdk".

      To actually use it with your Evernote account, you need to create a developer token. You can do that here:

      https://www.evernote.com/api/DeveloperToken.action

      Copy the token to the clipboard and paste it into this demo script:

      <em>Demo:</em> https://gist.github.com/omz/5048592

      The demo shows a list of all your notebooks and then creates a new note in the default notebook. If you have an image in the clipboard, that image is attached to the note (as a png file).

      Enjoy!

      1 Reply Last reply Reply Quote 0
      • omz
        omz last edited by

        Unfortunately, the developer token page is not really optimized for iOS, I guess they didn't expect anyone to use it there. :)

        It's still possible to copy the token directly from Safari/Chrome. The trick is to <em>double-tap</em> on the token (<em>not</em> touch and hold), and then drag the handles to select the entire thing.

        I'd recommend to double-tap on the <em>end</em> of the token, and only drag the handle that marks the beginning of the selection. When you drag the other handle, the selection tends to disappear if you don't drag in a perfect horizontal line.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors