Jump to content

Welcome! You're currently a Guest.

If you'd like to join in the Discussion, or access additional features in our forums, please sign in with your Evernote Account here. Have an Evernote Account but forgot your password? Reset it! Don't have an account yet? Create One! You'll need to set your Display Name before your first post.

occulens

Member Since 14 Sep 2010
Offline Last Active Nov 20 2012 09:17 PM
-----

Topics I've Started

ENML to HTML converter

30 January 2012 - 03:26 AM

I am working on an ENML to HTML converter that will take non-html tags and try to convert them to HTML. I am in the process of writing this in python. If anyone knows of a tool that already does this, I'd like to know about it. Thanks!

Get list of public notebooks given a username

26 November 2011 - 02:07 PM

Hi, I am trying to create a blog app built on evernote that basically allows you to view any public notebook in a more 'bloggy' form.

Assume I have the username of a Evernote user with 0 or more public notebooks. For example, my username is occulens. Given this username, is it possible to get a list of my public notebooks without authenticating? (assume we have username, consumerKey and consumerSecret, but nothing else)

What might this code look like? (python or psuedocode is preferred)