rj_anderson: (Hornblower - Still Searching)
rj_anderson ([personal profile] rj_anderson) wrote2007-09-16 09:45 pm

Google Has Failed Me -- I Need Your Help!

Does anybody on my f-list know of a utility that imports old Blogger posts into LiveJournal? I mean, it seems like the kind of thing lots of people would want to do, surely somebody must have written one by now...?

Haven't tested this.

[identity profile] goadingthepen.livejournal.com 2007-09-17 02:18 am (UTC)(link)
I found this on someone's blog. Don't know if it works but thought I would pass it along so you could check it out. There's also a part two on her blog about this.

http://www.lexislounge.net/2007/09/publish-your-blogger-blog-to.shtml

Sheri

Re: Haven't tested this.

[identity profile] rj-anderson.livejournal.com 2007-09-17 02:35 am (UTC)(link)
Thanks for the link -- it looks like this is good for new posts, but what I'm looking for is a utility to grab all my old, archived Blogger posts from 2002-2006 and chuck them into LJ under the appropriate dates. I fear it may be too much to hope for, though.

Re: Haven't tested this.

(Anonymous) 2007-09-17 05:04 am (UTC)(link)
You should be able to web-crawl them. Then at least they won't be lost.


Warren

Re: Haven't tested this.

[identity profile] tapinger.livejournal.com 2007-09-17 06:35 pm (UTC)(link)
This should be possible; both LiveJournal and Blogger have APIs that let you get at posts.

Looking further, LiveJournal partially supports the Blogger API (http://www.livejournal.com/support/faqbrowse.bml?faqid=218&q=blogger&lang=), so if you can find a client that lets you move posts from one Blogger blog to another that could work too.

It probably won't be possible to move old comments from Blogger along with posts, though.

Re: Haven't tested this.

[identity profile] tapinger.livejournal.com 2007-09-17 09:39 pm (UTC)(link)
OK, I just whipped up two Ruby scripts to do this: one to download all the entries from Blogger (as Atom feeds), and the other one to take a files with Atom feeds and post them to LiveJournal as entries. It may take some competence to actually use them. (You will need to be able to install the livejournal and Hpricot gems for Ruby, and since I use Linux I may not be that much help if you use Windows.)

I can e-mail them to you or something if you want.