Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: How to export GReader Starred items and GBookmarks to Evernote?
1 point by jjsz on April 23, 2013 | hide | past | favorite | 7 comments
This is going to sound like I'm selling Evernote, but I'm not. It's just that Evernote supports data portability more than the competition.

I'm going to be transferring all my Chrome Bookmarks and previous Google Starred items to Evernote.

How?

With these programs:

https://github.com/kerchen/export_gr2evernote

https://github.com/spiermar/bookmarks2evernote

Why?

I have 3 premium months for free so I want everything all in one place so then I can sort, delete, and reorganize these bookmarks.

The problem is none of these github pages come with instructions. I'm running Arch Linux and nothing happens when I type the command x >> x.py.

If you're the author of these pages, don't assume people will magically know how to use these programs!

DAE how to use these? Can you please tell me how because I really want to get this done.



On windows, I just do..

python evernote2enex.py -m 10

Not sure if Linux is different, but you might try and leave off the part where you specify the output file?


Got this now:

File "export2enex.py", line 45 print str(err) ^ SyntaxError: invalid syntax

Reading: https://wiki.archlinux.org/index.php/Python#Dealing_with_ver...

This obviously is assuming the default python is python 2.The developer forgot to add the extra instructions for Arch Linux...THANKS!


Yes, without specifying the output, things are going places.

I got this error:

File "export2enex.py", line 31 print "\nOptions:" ^ SyntaxError: invalid syntax

Which means my computer is running this file as it were Python 3. I'll try closing all parenthesis from the print statement and see if it throws me another error.


Did you get your starred.json file from Google takeout, yet?


Thanks for replying. Yes, and I have the html file from GBookmarks, Python 2.6.8 and 3.3.1 too.


Using the export2enex.py file?


Correct, so that I can upload it in the windows desktop app using wine that's already set up and ready to go. Previously using export2enex, it would create the file but with nothing inside of it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: