Way to import Blogger entries in Drupal ?
ZenBee - August 6, 2003 - 14:35
Does anyone know of a way to import all blogger items into Drupal, from someone that is now using Blogger and that wants to move to Drupal?
Thanks in advance,
Zen
Does anyone know of a way to import all blogger items into Drupal, from someone that is now using Blogger and that wants to move to Drupal?
Thanks in advance,
Zen
Anyone?
I'm sure this person has moved on since last August, but has anyone found an efficient way to migrate from blogger to drupal?
Easy way!
I've found this page, of a very nice egyptian guy, who makes migrating just easy!
http://www.eglug.org/node/1654
thanks. just what i needed
thanks. just what i needed ;)
This also would be interesting to me...
Any ideas?
Blogger -> MT -> Drupal
I originally moved from Blogger to MovableType, then from MT to Drupal. MT comes with good documentation for migrating from Blogger. You can then use James Seng's script to migrate from MT to Drupal.
If you can come up with a better way, please document it at http://drupal.org/book/view/271.
Thanks!
Thanks!
Miguel Duarte
Webmaster of: Lisbon Guide & Love Poems
mmm, not very usefull
Mahir Sayar
puccaso.com
i dont have a mt account on any server
not that i know off
i havent used my blogger.com account much
cos its c*rap.
so now i have set up drupal at my home
and i want to tranfere the blogger.com stuff to drupal
how do i do that?
Check out
Check out http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/junyor/import....
Has anyone had success using this tool to import from blogger?
We have around 10,000 posts over 3 years and 8 bloggers....
Yep
Just tried it and it worked. For some reason it messed up the order of my articles. I am going to try it again and follow the readme step by step.
Andre
-------------------------------------------------
http://www.opentravelinfo.com
http://www.aguntherphotography.com
to add something
to add something not mentioned in the readme
in blogger: turn off navbar in template, disable atom feed, disable archive and post pages (without hiding comments - disable javascript) in the archiving section. This way you get only the import script without all the static pages.
Without this the republishing of the blog with 250 posts and 1000 comments hanged.
--
http://bagra.org
One more way: Blogger=>Wordpress=>Drupal
This is what I just did and it was really straightforward: Wordpress just came out with a new version (2.0) that has an automatic Blogger import tool built right into it. So I just did a clean WP install, clicked on their Import tool, put in my Blogger login info, and it did everything else automatically. Then I plugged my wordpress rss feed into drupal's aggregator2 module and imported everything. You can set agg2 so posts import as drupal nodes and matches your categories to drupal taxonomy names.
caveat: The wordpress import tool choked about halfway through but I just needed to log out, log back in and start it again. It didn't take much longer, though and it all went through fine....I thought it was a lot easier than using a separate import script.
Re: One more way: Blogger=>Wordpress=>Drupal
I attempted to use this method, but the Blogger Import feature requires CURL to be installed on your WEB HOST PHP server. I tried this method on my local instance of Wordpress 2.3 and the new Blogger Importer feature mentioned that supposedly automatically imports Blogger posts into WP did not even show on the admin screen. I am not sure on how to proceed at this point.
I did find this posting about another possible work around instead of installing CURL.
This method should work without installing Curl
http://www.webbleyou.com/2006-09-14-how-to-move-from-blogger-beta-to-wor...
Similar solution for 4.7-pre
I managed to cobble together something similar to import blogger entries into Drupal 4.7-pre. The directions are basically the same, although the php template differs in that it emits two sql statements.
Also, it might be smart to use date +"%s" -s xxxxxxx to sanity check your dates in the SQL as the timezone conversions might be a little annoying if that sort of thing bothers you.
blogger atom feed > aggregator 2
hey everyone fyi i was just able to import 74 blogger posts into drupal 4.7 running locally. here's what i did, after learning from a few tries:
* in blogger's publishing settings, i chose show X posts on main page (where X > total number of posts + 1)
* choose atom feed format in blogger's feed settings (the rss option maxes out at say 20 items)
* republish
* if you're publishing your blogger site to your own ftp server (you may be foiled by something if not), download a local copy of atom.xml
* (optional) edit such things as relative urls; find/replace whatever (i.e.
<div xmlns="http://www.w3.org/1999/xhtml">though be careful to delete correct closing divs)* if you're importing locally put the edited atom.xml in localhost; if not upload and replace the online file
after installing aggregator2, create new content type 'feed' and...
* define the basics. under feed options check only 'publish new items' and 'Create GUID for items'.
* promote all items if you wish
* By default discard feed items older than: never
* item date source: feed
* Show "full article"/"visit site" link: do not display
* i did not categorize my imported posts b/c i don't have a taxonomy yet
* i used 'full html' input format to allow for img tags
* other options as you wish
i found that after creating the feed no feed items were imported. so i hit refresh items. generally it times out in batches of 19 -- just keep refreshing until you get them all! the error msg when timing out mentions a line in the agg2 module re sleep_interval. i contemplate hacking this but repeatedly refreshing sufficed. you can increase per item timeout to 5 secs in the agg2 module settings.
this sounds like a great way to do this
...but I'm having trouble because Aggregator2 says it's for 4.6 and throws up all kinds of SQL errors after I install and a blank white page when I try refreshing items (I'm on 4.7, btw)
I even installed Agg2 head and got to actually create the feed, but nothing happens because there are 2 tables missing... aggregator2_feed and aggregator2_item.
Anyone know how to get around it?
another script
I recently wrote a Python script to do this. It's pretty simple but it was written to let you grab all your blogger posts (including crawling through the archives) without having to republish or go through one by one. I was able to import two sites into a Drupal 4.7 instance without too much trouble.
You can find it at http://www.nother.net/jgeiger/code/blogger2drupal.py.
Jason
500 internal server error
I can't download this file anymore it seems. ..
Any other locations .. preferreably also a 5.X working version ..
and yet another script
I've also written a little Python script, but this one uses the files posted by Blogger, preferably on your own server. It then directly inserts the data from those files into your Drupal MySQL database. For this it uses an XML template that you'll have to use in your Blogger weblog.
It also converts comments and it preserves date/time information for both posts and comments. User information for posts (though not for comments) can be converted to Drupal too; for this to work the Blogger users that are to be converted must already have a Drupal account.
This is my Blogger weblog and here is the Drupal version with the imported Blogger posts (both Dutch). I've set up a site over here where you can find the script, the XML Blogger template and a guide.
If there's any problems or if you have a question you can always try and contact me (see the guide) and I'll see what I can do.
Re: and yet another script
Will this script work for Drupal 5.x?
Message from author of Blogger to Drupal importation script
Message from author of Blogger to Drupal importation script:
I'm sorry, but I really haven't a clue if it'll still work with the
latest Drupal. I'm not planning on updating it anymore, as my
Drupal-plans have been put on hold due to Wordpress being more suitable
for my purposes. You're welcome to use the script as it is now though
and edit it so it'll work again. If you do, please let me know, I'd love
to see my little piece of work develop ;)
By the way, I wanted to post this on the Drupal website, but my username
doesn't work anymore (it was coupled to my own Drupal site, which is now
offline). If you want to post this reply there, be my guest.
Cheers,
Patrick
http://yourblog/feeds/posts/d
http://yourblog/feeds/posts/default?max-results=500&start-index=1
http://yourblog/feeds/posts/default?max-results=500&start-index=500
...
http://yourblog/feeds/comments/default?max-results=500&start-index=1
http://yourblog/feeds/comments/default?max-results=500&start-index=500
...
sina.salek.ws
Feel freedom with open source softwares
Import Blogger.com?
What is the above for? Are you indicating one is able to import via Atom?
---
Shane Birley
Left Right Minds
http://www.leftrightminds.com
How to import blogger blog to Drupam website th best way ?
Hi,
Can you tell me what is the best way to do among those explained above ?
Anything new since ?
It it possible to import to Drupal 6 or need to set up a Drupal 5 website ?
Thanks a lot !
How to import using the new Blogger draft feature ?
Google Blogger added few export feature via their new Draft interface.
So now I got a very nice XML (in ATOM format, I believe).
Well, now what ?
What would be the easiest way to import it to Drupal ?
Regards,
Shushu
Feed API
Feedapi module has an option to make nodes out of web feeds. That is probably a good option to import the pages.
http://drupal.org/project/feedapi